Uses of Class
org.osgi.framework.Version
-
Packages that use Version Package Description org.osgi.framework Framework Package Version 1.9.org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.service.packageadmin Package Admin Package Version 1.2. -
-
Uses of Version in org.osgi.framework
Fields in org.osgi.framework declared as Version Modifier and Type Field Description static VersionVersion. emptyVersionThe empty version "0.0.0".private VersionVersionRange. leftprivate VersionVersionRange. rightMethods in org.osgi.framework that return Version Modifier and Type Method Description VersionVersionRange. getLeft()Returns the left endpoint of this version range.VersionVersionRange. getRight()Returns the right endpoint of this version range.VersionBundle. getVersion()Returns the version of this bundle as specified by itsBundle-Versionmanifest header.static VersionVersion. parseVersion(java.lang.String version)Parses a version identifier from the specified string.private static VersionVersionRange. parseVersion(java.lang.String version, java.lang.String range)Parse version component into a Version.static VersionVersion. valueOf(java.lang.String version)Returns aVersionobject holding the version identifier in the specifiedString.Methods in org.osgi.framework with parameters of type Version Modifier and Type Method Description private booleanFrameworkUtil.FilterImpl. compare_Version(int operation, Version value1, java.lang.Object value2)intVersion. compareTo(Version other)Compares thisVersionobject to anotherVersion.booleanVersionRange. includes(Version version)Returns whether this version range includes the specified version.Constructors in org.osgi.framework with parameters of type Version Constructor Description VersionRange(char leftType, Version leftEndpoint, Version rightEndpoint, char rightType)Creates a version range from the specified versions. -
Uses of Version in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return Version Modifier and Type Method Description VersionBundleRevision. getVersion()Returns the version for this bundle revision. -
Uses of Version in org.osgi.service.packageadmin
Methods in org.osgi.service.packageadmin that return Version Modifier and Type Method Description VersionExportedPackage. getVersion()Deprecated.Returns the version of this exported package.VersionRequiredBundle. getVersion()Deprecated.Returns the version of this required bundle.
-