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