public class ForkedTaskExecutor extends Object implements TaskExecutor
Constructor and Description |
---|
ForkedTaskExecutor(File workingDir) |
Modifier and Type | Method and Description |
---|---|
TaskResultImpl |
execute(TaskContext context,
PrintStream outputSink,
PrintStream errorSink) |
public ForkedTaskExecutor(File workingDir)
public TaskResultImpl execute(TaskContext context, PrintStream outputSink, PrintStream errorSink)
execute
in interface TaskExecutor