public interface ExecutableCommandSpec extends CmdlineArgumentSpec
Specifies a command along with its arguments.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Provider<String> |
getCommand()The command used in this specification as a String. |
|
public void |
setCommand(Object cmd)Set the command to use. |
| Methods inherited from class | Name |
|---|---|
interface CmdlineArgumentSpec |
addCommandLineArgumentProviders, args, args, getArgs, setArgs |
interface AllArgsProvider |
getAllArgs, getPreArgs |
interface CommandLineArgumentProviders |
getCommandLineArgumentProviders |