| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.util | |
| org.apache.felix.framework.wiring | |
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| Modifier and Type | Method and Description |
|---|---|
List<BundleWire> |
BundleWiringImpl.getProvidedWires(String namespace) |
List<BundleWire> |
BundleWiringImpl.getRequiredWires(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleWiringImpl.addDynamicWire(BundleWire wire) |
| Modifier and Type | Method and Description |
|---|---|
static BundleWire |
Util.getWire(BundleRevision br,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleWireImpl |
| Modifier and Type | Method and Description |
|---|---|
List<BundleWire> |
BundleWiring.getProvidedWires(String namespace)
Returns the
BundleWires to the provided capabilities of this bundle wiring. |
List<BundleWire> |
BundleWiring.getRequiredWires(String namespace)
Returns the
BundleWires to the requirements in use by this bundle wiring. |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.