Package | Description |
---|---|
org.apache.maven.index.artifact |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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-2013 The Apache Software Foundation. All Rights Reserved.