| 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 tasks for wrapping execution tools |
|
AbstractExecWrapperTask
|
Base task class to wrap external tool executions without exposing command-line parameters directly. |
|
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. |
|
AbstractToolExtension
|
Use as a base class for extensions that will wrap tools. |
|
ResolveExecutableByVersion
|
Uses an implementation of an AbstractDistributionInstaller to find an exe by version number. |
|
ResolverFactoryRegistry
|
A registry of factories for locating executables. |