Uses of Interface
org.osgi.framework.wiring.BundleWire
Packages that use BundleWire
Package
Description
Framework Wiring Package Version 1.2.
-
Uses of BundleWire in org.apache.felix.framework
Fields in org.apache.felix.framework with type parameters of type BundleWireModifier and TypeFieldDescriptionprivate final Map
<BundleRevision, Map<BundleCapability, Set<BundleWire>>> BundleRevisionDependencies.m_dependentsMap
private List
<BundleWire> BundleWiringImpl.m_wires
Methods in org.apache.felix.framework that return types with arguments of type BundleWireModifier and TypeMethodDescriptionBundleRevisionDependencies.getDependents
(BundleRevision provider) BundleRevisionDependencies.getProvidedWires
(BundleRevision revision, String namespace) BundleWiringImpl.getProvidedWires
(String namespace) BundleWiringImpl.getRequiredWires
(String namespace) Methods in org.apache.felix.framework with parameters of type BundleWireModifier and TypeMethodDescriptionvoid
BundleRevisionDependencies.addDependent
(BundleWire bw) void
BundleWiringImpl.addDynamicWire
(BundleWire wire) BundleWiringImpl.calculateRemotePackageResources
(BundleWire bw, BundleCapability cap, boolean recurse, String path, List<String> pattern, Set<String> noMerging) -
Uses of BundleWire in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return BundleWire -
Uses of BundleWire in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleWire -
Uses of BundleWire in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return types with arguments of type BundleWireModifier and TypeMethodDescriptionBundleWiring.getProvidedWires
(String namespace) Returns theBundleWire
s to the providedcapabilities
of this bundle wiring.BundleWiring.getRequiredWires
(String namespace) Returns theBundleWire
s to therequirements
in use by this bundle wiring.