Uses of Interface
org.osgi.framework.wiring.BundleWire
-
Packages that use BundleWire Package Description org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
Uses of BundleWire in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return types with arguments of type BundleWire Modifier and Type Method Description java.util.List<BundleWire>
BundleWiring. getProvidedWires(java.lang.String namespace)
Returns theBundleWire
s to the providedcapabilities
of this bundle wiring.java.util.List<BundleWire>
BundleWiring. getRequiredWires(java.lang.String namespace)
Returns theBundleWire
s to therequirements
in use by this bundle wiring.
-