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 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package archive :: + Module tools + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module tools

source code

+Archiving operations.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + 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. +
+ + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
get_tool(name)
+ Return a tool using its id name.
+ source code + +
+ +
+ + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + _logger = logging.getLogger('archive') +
+   + + TOOL_CONSTRUCTORS = {'zip': ZipArchiver, '7za': SevenZipArchiv... +
+ + + + + + +
+ + + + + +
Variables Details[hide private]
+
+ +
+ +
+

TOOL_CONSTRUCTORS

+ +
+
+
+
Value:
+
+{'zip': ZipArchiver, '7za': SevenZipArchiver, 'remover': Remover}
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +