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

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

Methods in org.apache.maven.index.artifact that return Gav.SignatureType
 Gav.SignatureType Gav.getSignatureType()
           
static Gav.SignatureType Gav.SignatureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Gav.SignatureType[] Gav.SignatureType.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.SignatureType
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.