Modifier and Type | Method and Description |
---|---|
Version |
BundleRevisionImpl.getVersion() |
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.getCeiling() |
Version |
VersionRange.getFloor() |
Modifier and Type | Method and Description |
---|---|
boolean |
VersionRange.isInRange(Version version) |
Constructor and Description |
---|
VersionRange(Version low,
boolean isLowInclusive,
Version high,
boolean isHighInclusive) |
Modifier and Type | Method and Description |
---|---|
Version |
ManifestParser.getBundleVersion() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<BundleCapability> |
ManifestParser.parseExportHeader(Logger logger,
BundleRevision owner,
java.lang.String header,
java.lang.String bsn,
Version bv) |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.emptyVersion
The empty version "0.0.0".
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other)
Compares this
Version object to another Version . |
Modifier and Type | Method and Description |
---|---|
Version |
BundleRevision.getVersion()
Returns the version for this bundle revision.
|
Modifier and Type | Method and Description |
---|---|
Version |
RequiredBundle.getVersion()
Deprecated.
Returns the version of this required bundle.
|
Version |
ExportedPackage.getVersion()
Deprecated.
Returns the version of this exported package.
|
Copyright © 2014. All Rights Reserved.