| Modifier and Type | Interface and Description |
|---|---|
interface |
IInstrument
The instrument specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInstrument.Facade
The "public" portion of the Instrument implementation, which itself is
never leaked to client code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeExit<T>
A CodeExit is an
IFunctor implemented in a "foreign" language such as
a scripting language or a proprietary syntax. |
| 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 |
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IClassLoaderAccess
An interface indicating support for complete access (get and set) to a
ClassLoader. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.