| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.wiring | |
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| org.osgi.resource |
Resource Package Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
List<Wire> |
BundleWiringImpl.getProvidedResourceWires(String namespace) |
List<Wire> |
BundleWiringImpl.getRequiredResourceWires(String namespace) |
List<Wire> |
ResolveContextImpl.getSubstitutionWires(Wiring wiring) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleWireImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BundleWire
A wire connecting a
BundleCapability to a BundleRequirement. |
| Modifier and Type | Method and Description |
|---|---|
List<Wire> |
BundleWiring.getProvidedResourceWires(String namespace)
Returns the
Wires to the provided capabilities
of this wiring. |
List<Wire> |
BundleWiring.getRequiredResourceWires(String namespace)
Returns the
Wires to the requirements in use
by this wiring. |
| Modifier and Type | Method and Description |
|---|---|
List<Wire> |
Wiring.getProvidedResourceWires(String namespace)
Returns the
Wires to the provided capabilities
of this wiring. |
List<Wire> |
Wiring.getRequiredResourceWires(String namespace)
Returns the
Wires to the requirements in use
by this wiring. |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.