| 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 org.appformer.maven.support.ReleaseIdpublic String getArtifactId()
getArtifactId in interface org.appformer.maven.support.ReleaseIdpublic String getVersion()
getVersion in interface org.appformer.maven.support.ReleaseIdpublic String toExternalForm()
toExternalForm in interface org.appformer.maven.support.ReleaseIdpublic boolean isSnapshot()
isSnapshot in interface org.appformer.maven.support.ReleaseIdpublic static GAV from(CompositeData cd)
public boolean sameGAVof(ReleaseId other)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.