| Package | Description |
|---|---|
| de.intarsys.tools.authenticate | |
| de.intarsys.tools.factory | |
| de.intarsys.tools.functor | |
| de.intarsys.tools.locator | |
| de.intarsys.tools.macro |
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonFactory<T>
A common versatile base class for implementing
IFactory. |
class |
GenericFactory<T>
A generic factory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarationFunctor<T>
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchPathLocatorFactory
Provides lookup of an
ILocator relative to a list of search path
parents. |
| Modifier and Type | Class and Description |
|---|---|
class |
MacroAssign<T>
A single "execution" step in a
MacroFunctor. |
class |
MacroBlock
The
MacroBlock allows for aggregation of other IFunctor
instances to a new compound implementation. |
class |
MacroBreak
Break from the next surrounding
MacroLoop. |
class |
MacroCondition
Implementation of conditional execution of an
IFunctor. |
class |
MacroContinue
Continue execution for the next surrounding
MacroLoop. |
class |
MacroFunctor<T>
An
IFunctor based implementation for scripting components. |
class |
MacroLoop
Implementation of repeated execution of an
IFunctor. |
class |
MacroReturn
Return from the execution of a
MacroBlock, regardless of execution
depth. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.