public class ForkEnvironmentScriptExecutor extends Object implements Serializable
Constructor and Description |
---|
ForkEnvironmentScriptExecutor() |
Modifier and Type | Method and Description |
---|---|
ScriptResult |
executeForkEnvironmentScript(TaskContext context,
PrintStream outputSink,
PrintStream errorSink)
Executes a fork environment script.
|
public ScriptResult executeForkEnvironmentScript(TaskContext context, PrintStream outputSink, PrintStream errorSink) throws Exception
context
- The task context to execute the script in.outputSink
- Standard output sink.errorSink
- Error output sink.Exception