public class Task extends Object implements ITask<ITaskResult>
| Constructor and Description |
|---|
Task(List<String> commandLine,
File workingDirectory,
List<IPostProcessor> postProcessors,
File outputDirectory) |
| Modifier and Type | Method and Description |
|---|---|
ITaskResult |
call() |
HashMap<String,String> |
getAdditionalEnvironment() |
List<String> |
getCommandLine() |
File |
getOutputDirectory() |
List<IPostProcessor> |
getPostProcessors() |
UUID |
getTaskId() |
File |
getWorkingDirectory() |
public ITaskResult call() throws Exception
call in interface Callable<ITaskResult>Exceptionpublic HashMap<String,String> getAdditionalEnvironment()
getAdditionalEnvironment in interface ITask<ITaskResult>public List<String> getCommandLine()
getCommandLine in interface ITask<ITaskResult>public File getOutputDirectory()
getOutputDirectory in interface ITask<ITaskResult>public List<IPostProcessor> getPostProcessors()
getPostProcessors in interface ITask<ITaskResult>public UUID getTaskId()
getTaskId in interface ITask<ITaskResult>public File getWorkingDirectory()
getWorkingDirectory in interface ITask<ITaskResult>Copyright © 2007-2013. All Rights Reserved.