Package org.kie.api.management
Class GAV
- java.lang.Object
-
- org.kie.api.management.GAV
-
-
Constructor Summary
Constructors Constructor Description GAV(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GAV
from(javax.management.openmbean.CompositeData cd)
static GAV
from(ReleaseId rel)
java.lang.String
getArtifactId()
java.lang.String
getGroupId()
java.lang.String
getVersion()
boolean
isSnapshot()
boolean
sameGAVof(ReleaseId other)
java.lang.String
toExternalForm()
java.lang.String
toString()
-
-
-
Method Detail
-
getGroupId
public java.lang.String getGroupId()
- Specified by:
getGroupId
in interfaceReleaseId
-
getArtifactId
public java.lang.String getArtifactId()
- Specified by:
getArtifactId
in interfaceReleaseId
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interfaceReleaseId
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toExternalForm
public java.lang.String toExternalForm()
- Specified by:
toExternalForm
in interfaceReleaseId
-
isSnapshot
public boolean isSnapshot()
- Specified by:
isSnapshot
in interfaceReleaseId
-
from
public static GAV from(javax.management.openmbean.CompositeData cd)
-
sameGAVof
public boolean sameGAVof(ReleaseId other)
-
-