Uses of Class
org.osgi.framework.Version
-
Packages that use Version Package Description org.apache.felix.framework org.apache.felix.framework.util org.apache.felix.framework.util.manifestparser org.osgi.framework Framework Package Version 1.8.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.apache.felix.framework
Fields in org.apache.felix.framework declared as Version Modifier and Type Field Description private Version
BundleRevisionImpl. m_version
private Version
ExportedPackageImpl. m_version
private Version
ExtensionManager.ExtensionManagerRevision. m_version
Methods in org.apache.felix.framework that return Version Modifier and Type Method Description Version
BundleImpl. getVersion()
Version
BundleRevisionImpl. getVersion()
Version
ExportedPackageImpl. getVersion()
Version
ExtensionManager.ExtensionManagerRevision. getVersion()
Version
RequiredBundleImpl. getVersion()
-
Uses of Version in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as Version Modifier and Type Field Description private Version
VersionRange. m_ceiling
private Version
VersionRange. m_floor
Methods in org.apache.felix.framework.util that return Version Modifier and Type Method Description Version
VersionRange. getCeiling()
Version
VersionRange. getFloor()
Methods in org.apache.felix.framework.util with parameters of type Version Modifier and Type Method Description boolean
VersionRange. isInRange(Version version)
Constructors in org.apache.felix.framework.util with parameters of type Version Constructor Description VersionRange(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 Version Modifier and Type Field Description private Version
ManifestParser. m_bundleVersion
Methods in org.apache.felix.framework.util.manifestparser that return Version Modifier and Type Method Description Version
ManifestParser. getBundleVersion()
Methods in org.apache.felix.framework.util.manifestparser with parameters of type Version Modifier and Type Method Description private static java.lang.String
ManifestParser. getBreeVersionClause(Version ver)
private static java.util.List<ParsedHeaderClause>
ManifestParser. normalizeExportClauses(Logger logger, java.util.List<ParsedHeaderClause> clauses, java.lang.String mv, java.lang.String bsn, Version bv)
static java.util.List<BundleCapability>
ManifestParser. parseExportHeader(Logger logger, BundleRevision owner, java.lang.String header, java.lang.String bsn, Version bv)
-
Uses of Version in org.osgi.framework
Fields in org.osgi.framework declared as Version Modifier and Type Field Description static Version
Version. emptyVersion
The empty version "0.0.0".private Version
VersionRange. left
private Version
VersionRange. right
Methods in org.osgi.framework that return Version Modifier and Type Method Description Version
VersionRange. getLeft()
Returns the left endpoint of this version range.Version
VersionRange. getRight()
Returns the right endpoint of this version range.Version
Bundle. getVersion()
Returns the version of this bundle as specified by itsBundle-Version
manifest header.static Version
Version. parseVersion(java.lang.String version)
Parses a version identifier from the specified string.private static Version
VersionRange. parseVersion(java.lang.String version, java.lang.String range)
Parse version component into a Version.static Version
Version. valueOf(java.lang.String version)
Returns aVersion
object holding the version identifier in the specifiedString
.Methods in org.osgi.framework with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version other)
Compares thisVersion
object to anotherVersion
.boolean
VersionRange. 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 Version
BundleRevision. 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 Version
ExportedPackage. getVersion()
Deprecated.Returns the version of this exported package.Version
RequiredBundle. getVersion()
Deprecated.Returns the version of this required bundle.
-