Groovy Documentation

Package org.gradle.process

Classes for executing system and Java processes.

 

Interface Summary
BaseExecSpec Specifies options for launching a child process.
ExecResult Represent the result of running an external process.
ExecSpec Specified the options for executing some command.
JavaExecSpec Specifies the options for executing a Java application.
JavaForkOptions

Specifies the options to use to fork a Java process.

ProcessForkOptions

Specifies the options to use to fork a process.

 


Groovy Documentation