Uses of Class
dk.netarkivet.archive.arcrepository.bitpreservation.ChecksumEntry

Packages that use ChecksumEntry
dk.netarkivet.archive.arcrepository.bitpreservation   
 

Uses of ChecksumEntry in dk.netarkivet.archive.arcrepository.bitpreservation
 

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that return types with arguments of type ChecksumEntry
static java.util.List<ChecksumEntry> ChecksumEntry.parseChecksumJob(java.io.File checksumjobOutput)
          Method for changing the resulting file of a checksum job into a list of ChecksumEntry.
 

Method parameters in dk.netarkivet.archive.arcrepository.bitpreservation with type arguments of type ChecksumEntry
 void ReplicaCacheDatabase.addChecksumInformation(java.util.List<ChecksumEntry> checksumOutput, Replica replica)
          Given the output of a checksum job, add the results to the database.
 void BitPreservationDAO.addChecksumInformation(java.util.List<ChecksumEntry> checksumOutput, Replica replica)
          Given the output of a checksum job, add the results to the database.