@Version(value="1.2")
See: Description
| Interface | Description |
|---|---|
| BundleCapability |
A capability that has been declared from a
bundle
revision. |
| BundleRequirement |
A requirement that has been declared from a
bundle
revision. |
| BundleRevision |
Bundle Revision.
|
| BundleRevisions |
The
bundle revisions of a bundle. |
| BundleWire |
A wire connecting a
BundleCapability to a BundleRequirement. |
| BundleWiring |
A wiring for a bundle.
|
| FrameworkWiring |
Query and modify wiring information for the framework.
|
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.framework.wiring; version="[1.2,2.0)"