
| Constructor and Description |
|---|
GAV(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
static GAV |
from(CompositeData cd) |
static GAV |
from(ReleaseId rel) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
boolean |
isSnapshot() |
boolean |
sameGAVof(ReleaseId other) |
String |
toExternalForm() |
String |
toString() |
public String getGroupId()
getGroupId in interface ReleaseIdpublic String getArtifactId()
getArtifactId in interface ReleaseIdpublic String getVersion()
getVersion in interface ReleaseIdpublic String toExternalForm()
toExternalForm in interface ReleaseIdpublic boolean isSnapshot()
isSnapshot in interface ReleaseIdpublic static GAV from(CompositeData cd)
public boolean sameGAVof(ReleaseId other)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.