Uses of Class
org.osgi.framework.Version
Packages that use Version
Package
Description
Framework Package Version 1.10.
Framework Wiring Package Version 1.2.
Package Admin Package Version 1.2.
-
Uses of Version in org.osgi.framework
Fields in org.osgi.framework declared as VersionModifier and TypeFieldDescriptionstatic final VersionVersion.emptyVersionThe empty version "0.0.0".private final VersionVersionRange.leftprivate final VersionVersionRange.rightMethods in org.osgi.framework that return VersionModifier and TypeMethodDescriptionVersionRange.getLeft()Returns the left endpoint of this version range.VersionRange.getRight()Returns the right endpoint of this version range.Bundle.getVersion()Returns the version of this bundle as specified by itsBundle-Versionmanifest header.static VersionVersion.parseVersion(String version) Parses a version identifier from the specified string.private static VersionVersionRange.parseVersion(String version, String range) Parse version component into a Version.static VersionReturns aVersionobject holding the version identifier in the specifiedString.Methods in org.osgi.framework with parameters of type VersionModifier and TypeMethodDescription(package private) booleanFilterImpl.Equal.compare_Version(Version value1) (package private) booleanFilterImpl.Item.compare_Version(Version value1) intCompares thisVersionobject to anotherVersion.booleanReturns whether this version range includes the specified version.Constructors in org.osgi.framework with parameters of type VersionModifierConstructorDescriptionVersionRange(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 VersionModifier and TypeMethodDescriptionBundleRevision.getVersion()Returns the version for this bundle revision. -
Uses of Version in org.osgi.service.packageadmin
Methods in org.osgi.service.packageadmin that return VersionModifier and TypeMethodDescriptionExportedPackage.getVersion()Deprecated.Returns the version of this exported package.RequiredBundle.getVersion()Deprecated.Returns the version of this required bundle.