Package org.kie.api.management
Class GAV
java.lang.Object
org.kie.api.management.GAV
- All Implemented Interfaces:
Comparable<ReleaseId>,ReleaseId
A simple immutable pojo representing Maven GAV coordinates, with a JMX-compliant method in order to be exposed and used via JMX/Monitoring.
-
Constructor Details
-
GAV
-
-
Method Details
-
getGroupId
- Specified by:
getGroupIdin interfaceReleaseId
-
getArtifactId
- Specified by:
getArtifactIdin interfaceReleaseId
-
getVersion
- Specified by:
getVersionin interfaceReleaseId
-
toString
-
toExternalForm
- Specified by:
toExternalFormin interfaceReleaseId
-
isSnapshot
public boolean isSnapshot()- Specified by:
isSnapshotin interfaceReleaseId
-
from
-
from
-
sameGAVof
-