Uses of Class
org.egothor.duplicity.file.PermutatedMinsFile

Packages that use PermutatedMinsFile
org.egothor.duplicity.file This package contains implementation of the files needed the duplicity checking algorithm. 
 

Uses of PermutatedMinsFile in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file that return PermutatedMinsFile
 PermutatedMinsFile PermutatedMinsFileProducer.commit(java.lang.String location)
          Commit the changes in the buffer to the main file.
 

Methods in org.egothor.duplicity.file with parameters of type PermutatedMinsFile
 SimilarUnitPairsTempFile PermutatedMinsFile.getSimilarities(PermutatedMinsFile mpuf)
          Merges two files externally, on filesystem.
 void PermutatedMinsFile.merge(PermutatedMinsFile mpuf)
          Merges two files externally, on filesystem.