public class Gav extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Gav.HashType
Enumeration representing Maven artifact hash types
|
static class |
Gav.SignatureType
Enumeration representing Maven artifact signature types
|
Constructor and Description |
---|
Gav(String groupId,
String artifactId,
String version) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getBaseVersion() |
String |
getClassifier() |
String |
getExtension() |
String |
getGroupId() |
Gav.HashType |
getHashType() |
String |
getName() |
Gav.SignatureType |
getSignatureType() |
Integer |
getSnapshotBuildNumber() |
Long |
getSnapshotTimeStamp() |
String |
getVersion() |
int |
hashCode() |
boolean |
isHash() |
boolean |
isSignature() |
boolean |
isSnapshot() |
public 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)
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getBaseVersion()
public String getClassifier()
public String getExtension()
public String getName()
public boolean isSnapshot()
public Integer getSnapshotBuildNumber()
public Long getSnapshotTimeStamp()
public boolean isHash()
public Gav.HashType getHashType()
public boolean isSignature()
public Gav.SignatureType getSignatureType()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.