| Package | Description |
|---|---|
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| org.osgi.resource |
Resource Package Version 1.0.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BundleCapability |
A capability that has been declared from a
bundle
revision. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Capability> |
BundleRevision.getCapabilities(java.lang.String namespace) |
Returns the capabilities declared by this resource.
|
java.util.List<Capability> |
BundleWiring.getResourceCapabilities(java.lang.String namespace) |
Returns the capabilities provided by this wiring.
|
| Modifier and Type | Method | Description |
|---|---|---|
Capability |
Wire.getCapability() |
Returns the
Capability for this wire. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Capability> |
Resource.getCapabilities(java.lang.String namespace) |
Returns the capabilities declared by this resource.
|
java.util.List<Capability> |
Wiring.getResourceCapabilities(java.lang.String namespace) |
Returns the capabilities provided by this wiring.
|