Groovy Documentation

org.gradle.util.exec
Class ExecHandleRunner

java.lang.Object
  org.gradle.util.exec.ExecHandleRunner
All Implemented Interfaces:
java.lang.Runnable

class ExecHandleRunner
extends java.lang.Object

author:
Tom Eyckmans


Constructor Summary
ExecHandleRunner(DefaultExecHandle execHandle, ExecutorService threadPool)

 
Method Summary
void run()

void stopWaiting()

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

ExecHandleRunner

public ExecHandleRunner(DefaultExecHandle execHandle, ExecutorService threadPool)


 
Method Detail

run

public void run()


stopWaiting

public void stopWaiting()


 

Groovy Documentation