static class NCubeController.VersionComparator
Version number Comparator that compares Strings with version number - status like 1.0.1-RELEASE to 1.2.0-SNAPSHOT. The numeric portion takes priority, however, if the numeric portion is equal, then RELEASE comes before SNAPSHOT. The version number components are compared numerically, not alphabetically.
Constructor and description |
---|
NCubeController.VersionComparator
() |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
compare(java.lang.String s1, java.lang.String s2) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |