Uses of Interface
org.osgi.framework.wiring.BundleWire

Packages that use BundleWire
org.apache.felix.framework   
org.apache.felix.framework.util   
org.apache.felix.framework.wiring   
org.osgi.framework.wiring Framework Wiring Package Version 1.0. 
 

Uses of BundleWire in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return types with arguments of type BundleWire
 List<BundleWire> BundleWiringImpl.getProvidedWires(String namespace)
           
 List<BundleWire> BundleWiringImpl.getRequiredWires(String namespace)
           
 

Methods in org.apache.felix.framework with parameters of type BundleWire
 void BundleWiringImpl.addDynamicWire(BundleWire wire)
           
 

Uses of BundleWire in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util that return BundleWire
static BundleWire Util.getWire(BundleRevision br, String name)
           
 

Uses of BundleWire in org.apache.felix.framework.wiring
 

Classes in org.apache.felix.framework.wiring that implement BundleWire
 class BundleWireImpl
           
 

Uses of BundleWire in org.osgi.framework.wiring
 

Methods in org.osgi.framework.wiring that return types with arguments of type BundleWire
 List<BundleWire> BundleWiring.getProvidedWires(String namespace)
          Returns the BundleWires to the provided capabilities of this bundle wiring.
 List<BundleWire> BundleWiring.getRequiredWires(String namespace)
          Returns the BundleWires to the requirements in use by this bundle wiring.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.