Package | Description |
---|---|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
Modifier and Type | Method and Description |
---|---|
List<BundleWire> |
BundleWiring.getProvidedWires(String namespace)
Returns the
BundleWire s to the provided capabilities of this bundle wiring. |
List<BundleWire> |
BundleWiring.getRequiredWires(String namespace)
Returns the
BundleWire s to the requirements in use by this bundle wiring. |
Copyright © 2020 OSGi Alliance. All rights reserved.