Groovy Documentation

Package org.gradle.util.exec

The {@link org.gradle.util.exec.ExecHandle} is the class that maps to the external process and provides control methods to start/abort or wait for the external process to terminate (normally or by a failure).

 

Interface Summary
ExecHandle
ExecHandleListener
ExecHandleNotifierFactory
ExecOutputHandle
 


Class Summary
DefaultExecHandle Default implementation for the ExecHandle interface.
DefaultExecHandleNotifierFactory
ExecHandleAbortedNotifier
ExecHandleBuilder
ExecHandleFailedNotifier
ExecHandleNotifier
ExecHandleRunner
ExecHandleStartedNotifier
ExecHandleSucceededNotifier
ExecOutputHandleRunner
ProcessBuilderFactory Creates a {
StreamWriterExecOutputHandle
 


Enum Summary
ExecHandleState
 


Groovy Documentation