Uses of Interface
org.osgi.resource.Wire
-
Packages that use Wire Package Description org.osgi.resource Resource Package Version 1.0. -
-
Uses of Wire in org.osgi.resource
Methods in org.osgi.resource that return types with arguments of type Wire Modifier and Type Method Description java.util.List<Wire>Wiring. getProvidedResourceWires(java.lang.String namespace)Returns theWires to the providedcapabilitiesof this wiring.java.util.List<Wire>Wiring. getRequiredResourceWires(java.lang.String namespace)Returns theWires to therequirementsin use by this wiring.
-