diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/delta_zip.MD5SignatureBuilderEBS-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/delta_zip.MD5SignatureBuilderEBS-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,273 @@ + + + + + delta_zip.MD5SignatureBuilderEBS + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module delta_zip :: + Class MD5SignatureBuilderEBS + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class MD5SignatureBuilderEBS

source code

+
+         object --+    
+                  |    
+MD5SignatureBuilder --+
+                      |
+                     MD5SignatureBuilderEBS
+
+ +
+build the MD5 CRCs for all the files in the list of files

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
create_build_file(self)
+ Create EBS XML
+ source code + +
+ +
+   + + + + + + +
compute_evalid_MD5(self)
+ Compute MD5 using the requested parallel build system
+ source code + +
+ +
+

Inherited from MD5SignatureBuilder: + __init__, + build, + concatenate_signature_files, + create_command_list, + create_file_list, + split_file_list, + write_build_file +

+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

create_build_file(self) +

+
source code  +
+ + Create EBS XML +
+
Overrides: + MD5SignatureBuilder.create_build_file +
+
+
+
+ +
+ +
+ + +
+

compute_evalid_MD5(self) +

+
source code  +
+ + Compute MD5 using the requested parallel build system +
+
Overrides: + MD5SignatureBuilder.compute_evalid_MD5 +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +