Uses of Interface
org.osgi.resource.Wiring
-
Packages that use Wiring Package Description org.apache.felix.framework org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
Uses of Wiring in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Wiring Modifier and Type Class Description classBundleWiringImplMethods in org.apache.felix.framework that return types with arguments of type Wiring Modifier and Type Method Description java.util.Map<Resource,Wiring>ResolveContextImpl. getWirings()Methods in org.apache.felix.framework with parameters of type Wiring Modifier and Type Method Description java.util.List<Wire>ResolveContextImpl. getSubstitutionWires(Wiring wiring) -
Uses of Wiring in org.osgi.framework.wiring
Subinterfaces of Wiring in org.osgi.framework.wiring Modifier and Type Interface Description interfaceBundleWiringA wiring for a bundle.
-