-
-
Method Summary
default int
default int
default boolean
Get the "API version" for semantic versions.
default boolean
-
Field Details
-
BASIC_PACKAGING
static final String BASIC_PACKAGING
- See Also:
-
-
SNAPSHOT_DESIGNATOR
static final String SNAPSHOT_DESIGNATOR
- See Also:
-
-
Method Details
-
-
getDefaultSignaturePath
default String getDefaultSignaturePath()
-
-
-
-
-
-
-
-
-
-
getAPIVersion
Get the "API version" for semantic versions.
Might blow up if you're not a semantic version
- Returns:
- String with Major.Minor verions
-
isSnapshot
default boolean isSnapshot()
-
equalsIgnoreClassifier
default boolean equalsIgnoreClassifier(GAVBasic other,
boolean ignoreClassifier)
-
-
compareVersion
default int compareVersion(GAVBasic otherVersion)