Uses of Interface
org.osgi.resource.Wire
Packages that use Wire
Package
Description
Framework Wiring Package Version 1.2.
Resource Package Version 1.0.
Resolver Service Package Version 1.1.
-
Uses of Wire in org.osgi.framework.wiring
Subinterfaces of Wire in org.osgi.framework.wiringModifier and TypeInterfaceDescriptioninterfaceA wire connecting aBundleCapabilityto aBundleRequirement.Methods in org.osgi.framework.wiring that return types with arguments of type WireModifier and TypeMethodDescriptionBundleWiring.getProvidedResourceWires(String namespace) Returns theWires to the providedcapabilitiesof this wiring.BundleWiring.getRequiredResourceWires(String namespace) Returns theWires to therequirementsin use by this wiring. -
Uses of Wire in org.osgi.resource
Methods in org.osgi.resource that return types with arguments of type WireModifier and TypeMethodDescriptionWiring.getProvidedResourceWires(String namespace) Returns theWires to the providedcapabilitiesof this wiring.Wiring.getRequiredResourceWires(String namespace) Returns theWires to therequirementsin 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 WireModifier and TypeMethodDescriptionResolveContext.getSubstitutionWires(Wiring wiring) Returns the subset ofrequiredwires that provide wires tocapabilitieswhich substitute capabilities of the wiring.Resolver.resolve(ResolveContext context) Resolve the specified resolve context and return any new resources and wires to the caller.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.