intarsys runtime library

Uses of Interface
de.intarsys.tools.factory.IFactory

Packages that use IFactory
de.intarsys.tools.factory   
 

Uses of IFactory in de.intarsys.tools.factory
 

Methods in de.intarsys.tools.factory that return IFactory
 IFactory[] StandardOutlet.getFactories()
           
 IFactory<?>[] IOutlet.getFactories()
           
 IFactory IFactorySupport.getFactory()
           
 IFactory[] StandardOutlet.lookupFactories(Class type)
           
<T> IFactory<T>[]
IOutlet.lookupFactories(Class<T> type)
           
static IFactory FactoryTools.lookupFactory(Class clazz)
          Lookup the IFactory instance for a factory class.
 IFactory StandardOutlet.lookupFactory(String id)
           
 IFactory<?> IOutlet.lookupFactory(String id)
           
static IFactory FactoryTools.lookupFactory(String id, ClassLoader classLoader)
          Lookup the IFactory instance for an id.
static IFactory FactoryTools.lookupFactoryFor(Class clazz)
          Lookup the IFactory instance for target object class.
 

Methods in de.intarsys.tools.factory with parameters of type IFactory
 void StandardOutlet.registerFactory(IFactory factory)
           
 void IOutlet.registerFactory(IFactory<?> factory)
           
 void StandardOutlet.unregisterFactory(IFactory factory)
           
 void IOutlet.unregisterFactory(IFactory<?> factory)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.