Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.apache.felix.framework.wiring | |
org.osgi.framework.wiring |
Modifier and Type | Method and Description |
---|---|
java.util.List<BundleWire> |
BundleWiringImpl.getProvidedWires(java.lang.String namespace) |
java.util.List<BundleWire> |
BundleWiringImpl.getRequiredWires(java.lang.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,
java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
BundleWireImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<BundleWire> |
BundleWiring.getProvidedWires(java.lang.String namespace)
Returns the
BundleWire s to the provided capabilities of this bundle wiring. |
java.util.List<BundleWire> |
BundleWiring.getRequiredWires(java.lang.String namespace)
Returns the
BundleWire s to the requirements in use by this bundle wiring. |
Copyright © 2014. All Rights Reserved.