Class |
Description |
AbstractCommandExecSpec
|
Tool execution specification aimed at command-line tools which takes a command as one of the arguments. |
AbstractCommandExecTask
|
A abstract task type for executing binaries that take a command as well as a set of command arguments. |
AbstractExecSpec
|
Abstract base class that implements BaseExecSpec. |
AbstractExecTask
|
A base class to use for developing execution classes for wrapping tools |
AbstractScriptExecSpec
|
Tool execution specification aimed at script-line tools which takes a script as one of the arguments. |
AbstractScriptExecTask
|
A abstract task type for executing binaries that take a command as well as a set of command arguments. |
AbstractToolExecSpec
|
A base class to aid plugin developers create their own ExecSpec implementations. |