Uses of Interface
org.apache.felix.moduleloader.IWire

Packages that use IWire
org.apache.felix.framework.searchpolicy   
org.apache.felix.framework.util   
org.apache.felix.moduleloader   
 

Uses of IWire in org.apache.felix.framework.searchpolicy
 

Classes in org.apache.felix.framework.searchpolicy that implement IWire
 class R4Wire
           
 class R4WireModule
           
 

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

Methods in org.apache.felix.framework.util that return IWire
static IWire Util.getWire(IModule m, java.lang.String name)
           
 

Uses of IWire in org.apache.felix.moduleloader
 

Methods in org.apache.felix.moduleloader that return IWire
 IWire[] IModule.getWires()
           
 IWire[] ModuleImpl.getWires()
           
 

Methods in org.apache.felix.moduleloader with parameters of type IWire
 void ModuleImpl.setWires(IWire[] wires)