Uses of Class
org.apache.jackrabbit.vault.packaging.Version
-
Packages that use Version Package Description org.apache.jackrabbit.vault.packaging -
-
Uses of Version in org.apache.jackrabbit.vault.packaging
Fields in org.apache.jackrabbit.vault.packaging declared as Version Modifier and Type Field Description static VersionVersion. EMPTYThe empty versionMethods in org.apache.jackrabbit.vault.packaging that return Version Modifier and Type Method Description static @NotNull VersionVersion. create(@Nullable String str)Creates a new version from the given string.static @NotNull VersionVersion. create(@Nullable String[] segments)Creates a new version from version segmentsVersionVersionRange. getHigh()Returns the upper boundVersionVersionRange. 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 Version Modifier and Type Method Description intVersion. compareTo(Version o)Compares this version to the given one.booleanVersionRange. isInRange(Version v)Checks if the given version is in this range.intVersion. osgiCompareTo(Version o)Deprecated.since 3.1.32. usecompareTo(Version).Constructors in org.apache.jackrabbit.vault.packaging with parameters of type Version Constructor Description PackageId(String group, String name, Version version)Creates a new package idPackageId(String path, Version version)Deprecated.As of 3.1.42, the storage location is implementation details.VersionRange(Version v)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.
-