public interface IOutlet
| Modifier and Type | Method and Description |
|---|---|
IFactory<?>[] |
getFactories()
All known
IFactory instances. |
<T> IFactory<T>[] |
lookupFactories(Class<T> type)
Request all
IFactory instances producing the target type. |
IFactory<?> |
lookupFactory(String id)
An
IFactory with a specific id. |
void |
registerFactory(IFactory<?> factory) |
void |
unregisterFactory(IFactory<?> factory) |
<T> IFactory<T>[] lookupFactories(Class<T> type)
IFactory instances producing the target type.type - IFactory<?> lookupFactory(String id)
IFactory with a specific id.id - void registerFactory(IFactory<?> factory)
void unregisterFactory(IFactory<?> factory)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.