Uses of Class
org.apache.maven.index.artifact.Gav.HashType

Packages that use Gav.HashType
org.apache.maven.index.artifact   
 

Uses of Gav.HashType in org.apache.maven.index.artifact
 

Methods in org.apache.maven.index.artifact that return Gav.HashType
 Gav.HashType Gav.getHashType()
           
static Gav.HashType Gav.HashType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Gav.HashType[] Gav.HashType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.maven.index.artifact with parameters of type Gav.HashType
Gav(String groupId, String artifactId, String version, String classifier, String extension, Integer snapshotBuildNumber, Long snapshotTimeStamp, String name, boolean snapshot, boolean hash, Gav.HashType hashType, boolean signature, Gav.SignatureType signatureType)
          Deprecated. The boolean snapshot parameter is simply neglected. Use the constructor without it.
Gav(String groupId, String artifactId, String version, String classifier, String extension, Integer snapshotBuildNumber, Long snapshotTimeStamp, String name, boolean hash, Gav.HashType hashType, boolean signature, Gav.SignatureType signatureType)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.