|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecSpec
| Method Summary | |
|---|---|
ExecSpec |
args(Iterable<?> args)
Adds args for the command to be executed. |
ExecSpec |
args(Object... args)
Adds args for the command to be executed. |
ExecSpec |
commandLine(Iterable<?> args)
Sets the command plus the args to be executed. |
ExecSpec |
commandLine(Object... args)
Sets the command plus the args to be executed. |
List<String> |
getArgs()
Returns the args for the command to be executed |
ExecSpec |
setArgs(Iterable<?> args)
Sets the args for the command to be executed. |
| Methods inherited from interface org.gradle.process.BaseExecSpec |
|---|
getCommandLine, getStandardInput, isIgnoreExitValue, setErrorOutput, setIgnoreExitValue, setStandardInput, setStandardOutput |
| Methods inherited from interface org.gradle.process.ProcessForkOptions |
|---|
copyTo, environment, environment, executable, getEnvironment, getExecutable, getWorkingDir, setEnvironment, setExecutable, setWorkingDir, workingDir |
| Method Detail |
|---|
ExecSpec commandLine(Object... args)
args - the command plus the args to be executed
ExecSpec commandLine(Iterable<?> args)
args - the command plus the args to be executed
ExecSpec args(Object... args)
args - args for the command
ExecSpec args(Iterable<?> args)
args - args for the command
ExecSpec setArgs(Iterable<?> args)
args - args for the command
List<String> getArgs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||