Uses of Class
org.apache.archiva.checksum.ChecksumAlgorithm

Uses of ChecksumAlgorithm in org.apache.archiva.checksum
 

Methods in org.apache.archiva.checksum that return ChecksumAlgorithm
 ChecksumAlgorithm Checksum.getAlgorithm()
           
static ChecksumAlgorithm ChecksumAlgorithm.getByExtension(File file)
           
static ChecksumAlgorithm ChecksumAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChecksumAlgorithm[] ChecksumAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.archiva.checksum with parameters of type ChecksumAlgorithm
 String ChecksummedFile.calculateChecksum(ChecksumAlgorithm checksumAlgorithm)
          Calculate the checksum based on a given checksum.
 File ChecksummedFile.createChecksum(ChecksumAlgorithm checksumAlgorithm)
          Creates a checksum file of the provided referenceFile.
 boolean ChecksummedFile.fixChecksums(ChecksumAlgorithm[] algorithms)
          Fix or create checksum files for the reference file.
 File ChecksummedFile.getChecksumFile(ChecksumAlgorithm checksumAlgorithm)
          Get the checksum file for the reference file and hash.
 boolean ChecksummedFile.isValidChecksum(ChecksumAlgorithm algorithm)
           Given a checksum file, check to see if the file it represents is valid according to the checksum.
 boolean ChecksummedFile.isValidChecksums(ChecksumAlgorithm[] algorithms)
          Of any checksum files present, validate that the reference file conforms the to the checksum.
 String ChecksummedFile.parseChecksum(String rawChecksumString, ChecksumAlgorithm expectedHash, String expectedPath)
          Parse a checksum string.
 

Constructors in org.apache.archiva.checksum with parameters of type ChecksumAlgorithm
Checksum(ChecksumAlgorithm checksumAlgorithm)
           
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.