| Package | Description |
|---|---|
| de.intarsys.tools.authenticate | |
| de.intarsys.tools.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassBasedFactory<T>
A factory creating instances via Java
Class reflection. |
class |
CommonFactory<T>
A common versatile base class for implementing
IFactory. |
class |
GenericFactory<T>
A generic factory implementation.
|
class |
SingletonFactory<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IFactory<?>> |
FactoryTools.lookupFactory(Class<T> clazz)
Lookup the
IFactory instance for a factory class. |
| Modifier and Type | Method and Description |
|---|---|
static IFactory |
FactoryTools.createFactory(Object value,
Object defaultValue)
Create an
IFactory from an object. |
IFactory[] |
StandardOutlet.getFactories() |
IFactory<?>[] |
IOutlet.getFactories()
All known
IFactory instances. |
IFactory |
IFactorySupport.getFactory() |
IFactory |
AssemblySpec.getFactory() |
IFactory[] |
StandardOutlet.lookupFactories(Class type) |
<T> IFactory<T>[] |
IOutlet.lookupFactories(Class<T> type)
Request all
IFactory instances producing the target type. |
IFactory |
StandardOutlet.lookupFactory(String id) |
IFactory<?> |
IOutlet.lookupFactory(String id)
An
IFactory with a specific id. |
static IFactory<?> |
FactoryTools.lookupFactory(String id,
ClassLoader classLoader)
Lookup the
IFactory instance for an id. |
static <T> IFactory<T> |
FactoryTools.lookupFactoryFor(Class<T> clazz)
Lookup the
IFactory instance for target clazz. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardOutlet.registerFactory(IFactory factory) |
void |
IOutlet.registerFactory(IFactory<?> factory) |
void |
AssemblySpec.setFactory(IFactory factory) |
void |
StandardOutlet.unregisterFactory(IFactory factory) |
void |
IOutlet.unregisterFactory(IFactory<?> factory) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.