| Package | Description |
|---|---|
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.external.javadoc |
Classes to run Javadoc.
|
| org.gradle.process |
Classes for executing system and Java processes.
|
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Exec
Executes a command line process.
|
| Modifier and Type | Method and Description |
|---|---|
ExecSpec |
Exec.args(Iterable<?> args)
Adds arguments for the command to be executed.
|
ExecSpec |
Exec.commandLine(Iterable<?> args)
Sets the full command line, including the executable to be executed plus its arguments.
|
ExecSpec |
Exec.setIgnoreExitValue(boolean ignoreExitValue)
Sets whether a non-zero exit value is ignored, or an exception thrown.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MinimalJavadocOptions.contributeCommandLineOptions(ExecSpec execHandleBuilder) |
void |
CoreJavadocOptions.contributeCommandLineOptions(ExecSpec execHandleBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ExecSpec |
ExecSpec.args(Iterable<?> args)
Adds arguments for the command to be executed.
|
ExecSpec |
ExecSpec.args(Object... args)
Adds arguments for the command to be executed.
|
ExecSpec |
ExecSpec.commandLine(Iterable<?> args)
Sets the full command line, including the executable to be executed plus its arguments.
|
ExecSpec |
ExecSpec.commandLine(Object... args)
Sets the full command line, including the executable to be executed plus its arguments.
|
ExecSpec |
ExecSpec.setArgs(Iterable<?> args)
Sets the arguments for the command to be executed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecAction |
class |
ExecHandleBuilder |
| Modifier and Type | Method and Description |
|---|---|
ExecSpec |
ExecHandleBuilder.args(Iterable<?> args) |
ExecSpec |
ExecHandleBuilder.commandLine(Iterable<?> args) |
Copyright © 2013. All rights reserved