Uses of Interface
org.osgi.framework.wiring.BundleWire
-
Packages that use BundleWire Package Description org.apache.felix.framework org.apache.felix.framework.util org.apache.felix.framework.wiring org.osgi.framework.wiring 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 BundleWire Modifier and Type Field Description private java.util.Map<BundleRevision,java.util.Map<BundleCapability,java.util.Set<BundleWire>>>
BundleRevisionDependencies. m_dependentsMap
private java.util.List<BundleWire>
BundleWiringImpl. m_wires
Methods in org.apache.felix.framework that return types with arguments of type BundleWire Modifier and Type Method Description java.util.Map<BundleCapability,java.util.Set<BundleWire>>
BundleRevisionDependencies. getDependents(BundleRevision provider)
java.util.List<BundleWire>
BundleRevisionDependencies. getProvidedWires(BundleRevision revision, java.lang.String namespace)
java.util.List<BundleWire>
BundleWiringImpl. getProvidedWires(java.lang.String namespace)
java.util.List<BundleWire>
BundleWiringImpl. getRequiredWires(java.lang.String namespace)
Methods in org.apache.felix.framework with parameters of type BundleWire Modifier and Type Method Description void
BundleRevisionDependencies. addDependent(BundleWire bw)
void
BundleWiringImpl. addDynamicWire(BundleWire wire)
private java.util.Collection<BundleWiringImpl.ResourceSource>
BundleWiringImpl. calculateRemotePackageResources(BundleWire bw, BundleCapability cap, boolean recurse, java.lang.String path, java.util.List<java.lang.String> pattern, java.util.Set<java.lang.String> noMerging)
-
Uses of BundleWire in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return BundleWire Modifier and Type Method Description static BundleWire
Util. getWire(BundleRevision br, java.lang.String name)
-
Uses of BundleWire in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleWire Modifier and Type Class Description class
BundleWireImpl
-
Uses of BundleWire in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return types with arguments of type BundleWire Modifier and Type Method Description java.util.List<BundleWire>
BundleWiring. getProvidedWires(java.lang.String namespace)
Returns theBundleWire
s to the providedcapabilities
of this bundle wiring.java.util.List<BundleWire>
BundleWiring. getRequiredWires(java.lang.String namespace)
Returns theBundleWire
s to therequirements
in use by this bundle wiring.
-