Uses of Interface
org.osgi.resource.Wire
Packages that use Wire
Package
Description
Framework Wiring Package Version 1.2.
Resource Package Version 1.0.
-
Uses of Wire in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type WireModifier and TypeMethodDescriptionBundleWiringImpl.getProvidedResourceWires
(String namespace) BundleWiringImpl.getRequiredResourceWires
(String namespace) -
Uses of Wire in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Wire -
Uses of Wire in org.osgi.framework.wiring
Subinterfaces of Wire in org.osgi.framework.wiringModifier and TypeInterfaceDescriptioninterface
A wire connecting aBundleCapability
to aBundleRequirement
.Methods in org.osgi.framework.wiring that return types with arguments of type WireModifier and TypeMethodDescriptionBundleWiring.getProvidedResourceWires
(String namespace) Returns theWire
s to the providedcapabilities
of this wiring.BundleWiring.getRequiredResourceWires
(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 WireModifier and TypeMethodDescriptionWiring.getProvidedResourceWires
(String namespace) Returns theWire
s to the providedcapabilities
of this wiring.Wiring.getRequiredResourceWires
(String namespace) Returns theWire
s to therequirements
in use by this wiring.