Uses of Class
org.eclipse.jetty.start.Version
Packages that use Version
-
Uses of Version in org.eclipse.jetty.start
Classes in org.eclipse.jetty.start that implement interfaces with type arguments of type VersionModifier and TypeClassDescriptionclassUtility class for parsing and comparing version strings.Fields in org.eclipse.jetty.start declared as VersionModifier and TypeFieldDescriptionprivate VersionModule.versionThe version of Jetty the module supportsMethods in org.eclipse.jetty.start that return VersionMethods in org.eclipse.jetty.start with parameters of type VersionModifier and TypeMethodDescriptionintbooleanCheck whether this version is in range of versions specifiedbooleanVersion.isNewerThan(Version other) booleanVersion.isNewerThanOrEqualTo(Version other) booleanVersion.isOlderThan(Version other) booleanVersion.isOlderThanOrEqualTo(Version other)