| Package | Description |
|---|---|
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| org.osgi.resource |
Resource Package Version 1.0.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BundleWire
A wire connecting a
BundleCapability to a BundleRequirement. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wire> |
BundleWiring.getProvidedResourceWires(java.lang.String namespace)
Returns the
Wires to the provided capabilities
of this wiring. |
java.util.List<Wire> |
BundleWiring.getRequiredResourceWires(java.lang.String namespace)
Returns the
Wires to the requirements in use
by this wiring. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wire> |
Wiring.getProvidedResourceWires(java.lang.String namespace)
Returns the
Wires to the provided capabilities
of this wiring. |
java.util.List<Wire> |
Wiring.getRequiredResourceWires(java.lang.String namespace)
Returns the
Wires to the requirements in use
by this wiring. |