Package | Description |
---|---|
org.apache.maven.index.artifact |
Modifier and Type | Field and Description |
---|---|
private Gav.HashType |
Gav.hashType |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Constructor and 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) |