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

Packages that use IModuleFactory
org.apache.felix.framework.searchpolicy   
org.apache.felix.moduleloader   
 

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

Methods in org.apache.felix.framework.searchpolicy that return IModuleFactory
 IModuleFactory R4SearchPolicyCore.getModuleFactory()
           
 

Methods in org.apache.felix.framework.searchpolicy with parameters of type IModuleFactory
 void R4SearchPolicyCore.setModuleFactory(IModuleFactory factory)
           
 

Uses of IModuleFactory in org.apache.felix.moduleloader
 

Classes in org.apache.felix.moduleloader that implement IModuleFactory
 class ModuleFactoryImpl
           
 

Constructors in org.apache.felix.moduleloader with parameters of type IModuleFactory
ModuleEvent(IModuleFactory factory, IModule module)
           Constructs a module event with the specified ModuleManager as the event source and the specified module as the subject of the event.