|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Version in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return Version | |
---|---|
Version |
BundleRevisionImpl.getVersion()
|
Uses of Version in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that return Version | |
---|---|
Version |
VersionRange.getCeiling()
|
Version |
VersionRange.getFloor()
|
Methods in org.apache.felix.framework.util with parameters of type Version | |
---|---|
boolean |
VersionRange.isInRange(Version version)
|
Constructors in org.apache.felix.framework.util with parameters of type Version | |
---|---|
VersionRange(Version low,
boolean isLowInclusive,
Version high,
boolean isHighInclusive)
|
Uses of Version in org.apache.felix.framework.util.manifestparser |
---|
Methods in org.apache.felix.framework.util.manifestparser that return Version | |
---|---|
Version |
ManifestParser.getBundleVersion()
|
Methods in org.apache.felix.framework.util.manifestparser with parameters of type Version | |
---|---|
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 | |
---|---|
static Version |
Version.emptyVersion
The empty version "0.0.0". |
Methods in org.osgi.framework that return Version | |
---|---|
Version |
Bundle.getVersion()
Returns the version of this bundle as specified by its Bundle-Version manifest header. |
static Version |
Version.parseVersion(java.lang.String version)
Parses a version identifier from the specified string. |
Methods in org.osgi.framework with parameters of type Version | |
---|---|
int |
Version.compareTo(Version other)
Compares this Version object to another Version . |
Uses of Version in org.osgi.framework.wiring |
---|
Methods in org.osgi.framework.wiring that return Version | |
---|---|
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 | |
---|---|
Version |
RequiredBundle.getVersion()
Deprecated. Returns the version of this required bundle. |
Version |
ExportedPackage.getVersion()
Deprecated. Returns the version of this exported package. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |