public abstract class AbstractCommandExecTask<T extends AbstractCommandExecSpec<T>> extends AbstractExecTask implements ExecutableCommand
Configures a task that will run a non-JVM command-based execution.
| Constructor and description |
|---|
protected AbstractCommandExecTask
() |
| Methods inherited from class | Name |
|---|---|
class AbstractExecTask |
entrypoint, entrypoint, exec, getNativeExecSpec, process, process, processOutput, runnerSpec, runnerSpec |
class GrolifantDefaultTask |
execTools, fsOperations, jvmTools, projectTools, providerTools, stringTools |
Configures the command along with its arguments.
configurator - An action to configure the commandConfigures the command along with its arguments.
configurator - A closure to configure the command