Uses of Interface
org.osgi.resource.Wire
-
Packages that use Wire Package Description org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource Resource Package Version 1.0.org.osgi.service.resolver Resolver Service Package Version 1.1. -
-
Uses of Wire in org.osgi.framework.wiring
Subinterfaces of Wire in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleWire
A wire connecting aBundleCapability
to aBundleRequirement
.Methods in org.osgi.framework.wiring that return types with arguments of type Wire Modifier and Type Method Description java.util.List<Wire>
BundleWiring. getProvidedResourceWires(java.lang.String namespace)
Returns theWire
s to the providedcapabilities
of this wiring.java.util.List<Wire>
BundleWiring. getRequiredResourceWires(java.lang.String namespace)
Returns theWire
s to therequirements
in use by this wiring. -
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 theWire
s to the providedcapabilities
of this wiring.java.util.List<Wire>
Wiring. getRequiredResourceWires(java.lang.String namespace)
Returns theWire
s to therequirements
in use by this wiring. -
Uses of Wire in org.osgi.service.resolver
Methods in org.osgi.service.resolver that return types with arguments of type Wire Modifier and Type Method Description java.util.List<Wire>
ResolveContext. getSubstitutionWires(Wiring wiring)
Returns the subset ofrequired
wires that provide wires tocapabilities
which substitute capabilities of the wiring.java.util.Map<Resource,java.util.List<Wire>>
Resolver. resolve(ResolveContext context)
Resolve the specified resolve context and return any new resources and wires to the caller.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.
-