Uses of Class
org.eclipse.jetty.start.Version
Packages that use Version
-
Uses of Version in org.eclipse.jetty.start
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)