Uses of Class
org.eclipse.jetty.start.Version
-
Packages that use Version Package Description org.eclipse.jetty.start Jetty Start : Generic Java Start Mechanism -
-
Uses of Version in org.eclipse.jetty.start
Methods in org.eclipse.jetty.start that return Version Modifier and Type Method Description VersionModule. getVersion()Methods in org.eclipse.jetty.start with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)booleanVersion. isInRange(Version low, Version high)Check whether this version is in range of versions specifiedbooleanVersion. isNewerThan(Version other)booleanVersion. isNewerThanOrEqualTo(Version other)booleanVersion. isOlderThan(Version other)booleanVersion. isOlderThanOrEqualTo(Version other)
-