Uses of Class
org.apache.jackrabbit.vault.packaging.Version
Packages that use Version
-
Uses of Version in org.apache.jackrabbit.vault.packaging
Fields in org.apache.jackrabbit.vault.packaging declared as VersionMethods in org.apache.jackrabbit.vault.packaging that return VersionModifier and TypeMethodDescriptionstatic @NotNull VersionCreates a new version from the given string.static @NotNull VersionCreates a new version from version segmentsVersionRange.getHigh()Returns the upper boundVersionRange.getLow()Returns the lower bound@NotNull VersionPackageId.getVersion()Returns the version of this package orVersion.EMPTYif not set.Methods in org.apache.jackrabbit.vault.packaging with parameters of type VersionModifier and TypeMethodDescriptionintCompares this version to the given one.booleanChecks if the given version is in this range.intVersion.osgiCompareTo(Version o) Deprecated.Constructors in org.apache.jackrabbit.vault.packaging with parameters of type VersionModifierConstructorDescriptionCreates a new package idDeprecated.As of 3.1.42, the storage location is implementation details.Creates a new version range that exactly includes the given version.VersionRange(Version low, boolean lowIncl, Version high, boolean highIncl) Creates a new version range.
compareTo(Version).