Package | Description |
---|---|
org.osgi.framework |
Framework Package Version 1.5.
|
org.osgi.service.packageadmin |
Package Admin Package Version 1.2.
|
Modifier and Type | Field | Description |
---|---|---|
static Version |
Version.emptyVersion |
The empty version "0.0.0".
|
Modifier and Type | Method | 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 | Description |
---|---|---|
Version |
ExportedPackage.getVersion() |
Returns the version of this exported package.
|
Version |
RequiredBundle.getVersion() |
Returns the version of this required bundle.
|