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

Packages that use ChecksumAlgorithm
org.apache.archiva.checksum   
org.apache.archiva.consumers.core   
org.apache.archiva.policies   
org.apache.archiva.repository.metadata   
org.apache.archiva.rest.services   
org.apache.archiva.web.api   
 

Uses of ChecksumAlgorithm in org.apache.archiva.checksum
 

Fields in org.apache.archiva.checksum declared as ChecksumAlgorithm
private  ChecksumAlgorithm Checksum.checksumAlgorithm
           
 

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)
           
 

Uses of ChecksumAlgorithm in org.apache.archiva.consumers.core
 

Methods in org.apache.archiva.consumers.core with parameters of type ChecksumAlgorithm
private  void ArtifactMissingChecksumsConsumer.createFixChecksum(String path, ChecksumAlgorithm[] checksumAlgorithm)
           
 

Uses of ChecksumAlgorithm in org.apache.archiva.policies
 

Fields in org.apache.archiva.policies declared as ChecksumAlgorithm
private  ChecksumAlgorithm[] ChecksumPolicy.algorithms
           
 

Uses of ChecksumAlgorithm in org.apache.archiva.repository.metadata
 

Fields in org.apache.archiva.repository.metadata declared as ChecksumAlgorithm
private  ChecksumAlgorithm[] MetadataTools.algorithms
           
 

Uses of ChecksumAlgorithm in org.apache.archiva.rest.services
 

Fields in org.apache.archiva.rest.services declared as ChecksumAlgorithm
private  ChecksumAlgorithm[] DefaultRepositoriesService.algorithms
           
 

Uses of ChecksumAlgorithm in org.apache.archiva.web.api
 

Fields in org.apache.archiva.web.api declared as ChecksumAlgorithm
private  ChecksumAlgorithm[] DefaultFileUploadService.algorithms
           
 



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