Package org.eclipse.jetty.start
Class Version
java.lang.Object
org.eclipse.jetty.start.Version
- All Implemented Interfaces:
Comparable<Version>
Utility class for parsing and comparing version strings.
http://www.oracle.com/technetwork/java/javase/namechange-140185.html
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetMajor()intintbooleanCheck whether this version is in range of versions specifiedbooleanisNewerThan(Version other) booleanisNewerThanOrEqualTo(Version other) booleanisOlderThan(Version other) booleanisOlderThanOrEqualTo(Version other) Return short string form (without suffix)toString()
-
Constructor Details
-
Version
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Version>
-
getLegacyMajor
public int getLegacyMajor() -
getMajor
public int getMajor() -
getRevision
public int getRevision() -
getUpdate
public int getUpdate() -
getSuffix
-
isNewerThan
-
isNewerThanOrEqualTo
-
isOlderThan
-
isOlderThanOrEqualTo
-
isInRange
Check whether this version is in range of versions specified- Parameters:
low- the low part of the rangehigh- the high part of the range- Returns:
- true if this version is within the provided range
-
toString
-
toShortString
Return short string form (without suffix)- Returns:
- string the short version string form
-