Class VersionComparators
java.lang.Object
org.codehaus.mojo.versions.ordering.VersionComparators
Deprecated.
Note: This comparator should be replaced by using the one of Maven core instead.
Utility.
- Since:
- 1.0-alpha-3
- Author:
- Stephen Connolly
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
alphaNumIncrement
(String token) Deprecated.static VersionComparator
getVersionComparator
(String comparisonMethod) Deprecated.Returns the version comparator to use.
-
Method Details
-
getVersionComparator
Deprecated.Returns the version comparator to use.- Parameters:
comparisonMethod
- the comparison method.- Returns:
- the version comparator to use.
- Since:
- 1.0-alpha-1
-
alphaNumIncrement
Deprecated.
-