public class AbstractScriptExecSpec<T extends AbstractScriptExecSpec<T>> extends AbstractExecSpec implements ExecutableScript
Basic building block for script specifications.
T
- implementation that extends AbstractScriptExecSpec.Fields inherited from class | Fields |
---|---|
class AbstractExecSpec |
appRunnerSpec, projectOperations |
Constructor and description |
---|
protected AbstractScriptExecSpec
(ProjectOperations po) |
Methods inherited from class | Name |
---|---|
class AbstractExecSpec |
addCommandLineProcessor, copyTo, entrypoint, entrypoint, getCommandLineProcessors, process, process, runnerSpec, runnerSpec |
Configures the script along with its arguments.
configurator
- An action to configure the script
specConfigurator
- Configurating closure.