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