Uses of Class
org.apache.maven.index.artifact.Gav.SignatureType
-
Packages that use Gav.SignatureType Package Description org.apache.maven.index.artifact -
-
Uses of Gav.SignatureType in org.apache.maven.index.artifact
Fields in org.apache.maven.index.artifact declared as Gav.SignatureType Modifier and Type Field Description private Gav.SignatureType
Gav. signatureType
Methods in org.apache.maven.index.artifact that return Gav.SignatureType Modifier and Type Method Description Gav.SignatureType
Gav. getSignatureType()
static Gav.SignatureType
Gav.SignatureType. valueOf(java.lang.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.Methods in org.apache.maven.index.artifact with parameters of type Gav.SignatureType Modifier and Type Method Description private Gav
M2GavCalculator. getReleaseGav(java.lang.String s, int vEndPos, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String fileName, boolean checksum, boolean signature, Gav.HashType checksumType, Gav.SignatureType signatureType)
private Gav
M2GavCalculator. getSnapshotGav(java.lang.String s, int vEndPos, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String fileName, boolean checksum, boolean signature, Gav.HashType checksumType, Gav.SignatureType signatureType)
Constructors in org.apache.maven.index.artifact with parameters of type Gav.SignatureType Constructor Description Gav(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String classifier, java.lang.String extension, java.lang.Integer snapshotBuildNumber, java.lang.Long snapshotTimeStamp, java.lang.String name, boolean hash, Gav.HashType hashType, boolean signature, Gav.SignatureType signatureType)
-