Uses of Interface
org.osgi.resource.Wiring
-
Packages that use Wiring Package Description org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.service.resolver Resolver Service Package Version 1.1. -
-
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. -
Uses of Wiring in org.osgi.service.resolver
Methods in org.osgi.service.resolver that return types with arguments of type Wiring Modifier and Type Method Description abstract java.util.Map<Resource,Wiring>ResolveContext. getWirings()Returns the wirings for existing resolved resources.Methods in org.osgi.service.resolver with parameters of type Wiring Modifier and Type Method Description java.util.List<Wire>ResolveContext. getSubstitutionWires(Wiring wiring)Returns the subset ofrequiredwires that provide wires tocapabilitieswhich substitute capabilities of the wiring.java.util.Map<Resource,java.util.List<Wire>>Resolver. resolveDynamic(ResolveContext context, Wiring hostWiring, Requirement dynamicRequirement)Resolves a given requirement dynamically for the given host wiring using the given resolve context and return any new resources and wires to the caller.
-