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
Fields in org.eclipse.jetty.start declared as Version Modifier and Type Field Description private Version
Module. version
The version of Jetty the module supportsMethods 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)
-