| Package | Description |
|---|---|
| org.gradle.api.tasks |
The standard
Task implementations. |
| 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.
|
class |
JavaExec
Executes a Java application in a child process.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecSpec
Specified the options for executing some command.
|
interface |
JavaExecSpec
Specifies the options for executing a Java application.
|
| Modifier and Type | Method and Description |
|---|---|
BaseExecSpec |
BaseExecSpec.setErrorOutput(OutputStream outputStream)
Sets the output stream to consume standard error from the process executing the command.
|
BaseExecSpec |
BaseExecSpec.setIgnoreExitValue(boolean ignoreExitValue)
Sets whether a non-zero exit value is ignored, or an exception thrown.
|
BaseExecSpec |
BaseExecSpec.setStandardInput(InputStream inputStream)
Sets the standard input stream for the process executing the command.
|
BaseExecSpec |
BaseExecSpec.setStandardOutput(OutputStream outputStream)
Sets the output stream to consume standard output from the process executing the command.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecAction |
interface |
JavaExecAction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecHandleBuilder |
class |
DefaultExecAction |
class |
DefaultJavaExecAction |
class |
ExecHandleBuilder |
class |
JavaExecHandleBuilder |
| Modifier and Type | Method and Description |
|---|---|
BaseExecSpec |
AbstractExecHandleBuilder.setIgnoreExitValue(boolean ignoreExitValue) |
Copyright © 2013. All rights reserved