Uses of Class
org.osgi.framework.Version
Packages that use Version
Package
Description
Framework Package Version 1.8.
Framework Wiring Package Version 1.2.
Package Admin Package Version 1.2.
-
Uses of Version in org.apache.felix.framework
Fields in org.apache.felix.framework declared as VersionModifier and TypeFieldDescriptionprivate final Version
BundleRevisionImpl.m_version
private final Version
ExportedPackageImpl.m_version
private final Version
ExtensionManager.ExtensionManagerRevision.m_version
Methods in org.apache.felix.framework that return VersionModifier and TypeMethodDescriptionBundleImpl.getVersion()
BundleRevisionImpl.getVersion()
ExportedPackageImpl.getVersion()
ExtensionManager.ExtensionManagerRevision.getVersion()
RequiredBundleImpl.getVersion()
-
Uses of Version in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return VersionMethods in org.apache.felix.framework.resolver that return types with arguments of type VersionModifier and TypeMethodDescriptionprivate Map
<BundleCapability, Map<String, Map<Version, List<BundleRequirement>>>> Candidates.populateDependents()
-
Uses of Version in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as VersionModifier and TypeFieldDescriptionprivate final Version
VersionRange.m_ceiling
private final Version
VersionRange.m_floor
Methods in org.apache.felix.framework.util that return VersionMethods in org.apache.felix.framework.util with parameters of type VersionConstructors in org.apache.felix.framework.util with parameters of type VersionModifierConstructorDescriptionVersionRange
(Version low, boolean isLowInclusive, Version high, boolean isHighInclusive) -
Uses of Version in org.apache.felix.framework.util.manifestparser
Fields in org.apache.felix.framework.util.manifestparser declared as VersionMethods in org.apache.felix.framework.util.manifestparser that return VersionMethods in org.apache.felix.framework.util.manifestparser with parameters of type VersionModifier and TypeMethodDescriptionprivate static String
ManifestParser.getBreeVersionClause
(Version ver) private static List
<ParsedHeaderClause> ManifestParser.normalizeExportClauses
(Logger logger, List<ParsedHeaderClause> clauses, String mv, String bsn, Version bv) static List
<BundleCapability> ManifestParser.parseExportHeader
(Logger logger, BundleRevision owner, String header, String bsn, Version bv) -
Uses of Version in org.osgi.framework
Fields in org.osgi.framework declared as VersionModifier and TypeFieldDescriptionstatic final Version
Version.emptyVersion
The empty version "0.0.0".private final Version
VersionRange.left
private final Version
VersionRange.right
Methods 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-Version
manifest header.static Version
Version.parseVersion
(String version) Parses a version identifier from the specified string.private static Version
VersionRange.parseVersion
(String version, String range) Parse version component into a Version.static Version
Returns aVersion
object holding the version identifier in the specifiedString
.Methods in org.osgi.framework with parameters of type VersionModifier and TypeMethodDescriptionint
Compares thisVersion
object to anotherVersion
.boolean
Returns 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.