| Interface | Description |
|---|---|
| CachingProcessBuilderEngine.Handle | |
| CommandLine |
A command line is composed of a tool with zero or more arguments.
|
| CommandLineTool |
A command line tool represent a executable component that can be used as a tool.
|
| CommandLineToolArguments | |
| CommandLineToolExecutionEngine<T extends CommandLineToolExecutionHandle> |
A execution engine models how a command line tool will be executed.
|
| CommandLineToolExecutionHandle |
A execution handle for an invocation submitted to an engine.
|
| CommandLineToolExecutionResult |
The result of the execution of a command line tool.
|
| CommandLineToolInvocation |
An invocation represent the runtime information for a soon to be executed tool with it's argument.
|
| CommandLineToolInvocationBuilder |
A builder for a command line invocation.
|
| CommandLineToolInvocationEnvironmentVariables |
Represents the environment variable of a command line tool invocation.
|
| CommandLineToolInvocationErrorOutputRedirect |
Represents how to redirect the error output of the command line tool invocation.
|
| CommandLineToolInvocationStandardOutputRedirect |
Represents how to redirect the standard output of the command line tool invocation.
|
| CommandLineToolLogContent |
A representation of the log content from a command line tool execution.
|
| CommandLineToolLogContent.LineDetails | |
| CommandLineToolMetadata | |
| CommandLineToolOutputParser<T> |
A parser for converting command line tool output into a structured representation.
|
| CommandLineToolProvider |
A command line tool provider if available.
|
| GradleWorkerExecutorEngine.GradleWorkerExecutorEngineWorkParameters | |
| MetadataAwareCommandLineTool |
| Exception | Description |
|---|---|
| ExecException |