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 Version
Version. EMPTY
The empty versionMethods in org.apache.jackrabbit.vault.packaging that return Version Modifier and Type Method Description static @NotNull Version
Version. create(@Nullable String str)
Creates a new version from the given string.static @NotNull Version
Version. create(@Nullable String[] segments)
Creates a new version from version segmentsVersion
VersionRange. getHigh()
Returns the upper boundVersion
VersionRange. getLow()
Returns the lower bound@NotNull Version
PackageId. getVersion()
Returns the version of this package orVersion.EMPTY
if not set.Methods in org.apache.jackrabbit.vault.packaging with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version o)
Compares this version to the given one.boolean
VersionRange. isInRange(Version v)
Checks if the given version is in this range.int
Version. osgiCompareTo(Version o)
Deprecated.since 3.1.32.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.
-