diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/archive.mappers.DefaultMapper-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/archive.mappers.DefaultMapper-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,296 @@
+
+
+
+
+ archive.mappers.DefaultMapper
+
+
+
+
+
+
+
+
+
+Class DefaultMapper
source code
+
+object --+
+ |
+ Mapper --+
+ |
+ DefaultMapper
+
+
+
+The default mapper. It splits the content based on size characteristics.
+'the max.files.per.archive' and 'max.uncompressed.size' properties define how the input files
+are split between a number of part zips.
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ _split_manifest_file(self,
+ name,
+ manifest_file_path)
+ This method return a list of files that contain the content of the zip parts to create. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+ Inherited from Mapper :
+ declare_package
+
+ Inherited from object :
+ __delattr__ ,
+ __getattribute__ ,
+ __hash__ ,
+ __new__ ,
+ __reduce__ ,
+ __reduce_ex__ ,
+ __repr__ ,
+ __setattr__ ,
+ __str__
+
+ |
+
+
+
+
+
+
+
+
+ Inherited from object :
+ __class__
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ __init__(self,
+ config,
+ archiver)
+ (Constructor)
+
+ | source code
+ |
+
+
+ Initialization.
+
+ - Overrides:
+ Mapper.__init__
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+