diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/archive.tools-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/archive.tools-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,254 @@
+
+
+
+
+ archive.tools
+
+
+
+
+
+
+
+
+
+Module tools
source code
+Archiving operations.
+
+
+
+
+
+
+
+
+ |
+ Tool
+ Tool abstract class.
+ |
+
+
+
+
+ |
+ SevenZipArchiver
+ Creates task definitions for executing 7zip archive operations.
+ |
+
+
+
+
+ |
+ ZipArchiver
+ Creates task definitions for executing zip archive operations.
+ |
+
+
+
+
+ |
+ Remover
+ Creates task definitions for executing zip archive operations.
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+ get_tool(name)
+ Return a tool using its id name. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+ _logger = logging.getLogger('archive')
+ |
+
+
+
+
+ |
+ TOOL_CONSTRUCTORS = {'zip': ZipArchiver, '7za': SevenZipArchiv...
+ |
+
+
+
+
+
+
+
+
+
+ TOOL_CONSTRUCTORS
+
+
+
+
+ - Value:
+
+{'zip': ZipArchiver, '7za': SevenZipArchiver, 'remover': Remover}
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+