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 Version
Module. getVersion()
Methods in org.eclipse.jetty.start with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version other)
boolean
Version. isInRange(Version low, Version high)
Check whether this version is in range of versions specifiedboolean
Version. isNewerThan(Version other)
boolean
Version. isNewerThanOrEqualTo(Version other)
boolean
Version. isOlderThan(Version other)
boolean
Version. isOlderThanOrEqualTo(Version other)
-