Package org.kie.api.builder
Interface ReleaseId
-
- All Superinterfaces:
org.appformer.maven.support.AFReleaseId
,Comparable<ReleaseId>
- All Known Implementing Classes:
GAV
public interface ReleaseId extends org.appformer.maven.support.AFReleaseId, Comparable<ReleaseId>
ReleaseId is a full identifier far a given version of an artifact. Following the Maven conventions it is composed of 3 parts: a groupId, an artifactId and a version
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default int
compareTo(ReleaseId that)
-
-
-
Method Detail
-
compareTo
default int compareTo(ReleaseId that)
- Specified by:
compareTo
in interfaceComparable<ReleaseId>
-
-