public class ProgramCodeExitHandler extends CommonCodeExitHandler
ICodeExitHandler launching an external program.
The source is expanded before each use.| Modifier and Type | Field and Description |
|---|---|
static String |
RESOLVER_ARGS |
| Constructor and Description |
|---|
ProgramCodeExitHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(CodeExit codeExit,
IFunctorCall call)
Perform the represented behavior.
|
existspublic static final String RESOLVER_ARGS
public Object perform(CodeExit codeExit, IFunctorCall call) throws FunctorInvocationException
ICodeExitHandlerIFunctor
interface, where the behavior itself is encapsulated. Here the definition
of the behavior is provided by the CodeExit by some kind of
source script, the ICodeExitHandler that fits the correct type
will interpret it.codeExit - The behavior definitioncall - The callCodeExit in the context of
callFunctorInvocationExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.