Uses of Interface
org.osgi.resource.Wiring
Packages that use Wiring
Package
Description
Framework Wiring Package Version 1.2.
Resolver Service Package Version 1.1.
-
Uses of Wiring in org.osgi.framework.wiring
Subinterfaces of Wiring in org.osgi.framework.wiring -
Uses of Wiring in org.osgi.service.resolver
Methods in org.osgi.service.resolver that return types with arguments of type WiringModifier and TypeMethodDescriptionResolveContext.getWirings()
Returns the wirings for existing resolved resources.Methods in org.osgi.service.resolver with parameters of type WiringModifier and TypeMethodDescriptionResolveContext.getSubstitutionWires
(Wiring wiring) Returns the subset ofrequired
wires that provide wires tocapabilities
which substitute capabilities of the wiring.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.