intarsys runtime library

de.intarsys.tools.factory
Interface IOutlet

All Known Implementing Classes:
StandardOutlet

public interface IOutlet


Method Summary
 IFactory<?>[] getFactories()
           
<T> IFactory<T>[]
lookupFactories(Class<T> type)
           
 IFactory<?> lookupFactory(String id)
           
 void registerFactory(IFactory<?> factory)
           
 void unregisterFactory(IFactory<?> factory)
           
 

Method Detail

getFactories

IFactory<?>[] getFactories()

lookupFactories

<T> IFactory<T>[] lookupFactories(Class<T> type)

lookupFactory

IFactory<?> lookupFactory(String id)

registerFactory

void registerFactory(IFactory<?> factory)

unregisterFactory

void unregisterFactory(IFactory<?> factory)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.