Uses of Class
org.apache.maven.index.artifact.Gav.HashType
-
Packages that use Gav.HashType Package Description org.apache.maven.index.artifact -
-
Uses of Gav.HashType in org.apache.maven.index.artifact
Fields in org.apache.maven.index.artifact declared as Gav.HashType Modifier and Type Field Description private Gav.HashType
Gav. hashType
Methods in org.apache.maven.index.artifact that return Gav.HashType Modifier and Type Method Description Gav.HashType
Gav. getHashType()
static Gav.HashType
Gav.HashType. valueOf(java.lang.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.Methods in org.apache.maven.index.artifact with parameters of type Gav.HashType 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.HashType 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)
-