org.codehaus.groovy.runtime
[Java] Class ProcessGroovyMethods.ProcessRunner
java.lang.Object
org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
- All Implemented Interfaces:
- Runnable
protected static class ProcessGroovyMethods.ProcessRunner
A Runnable which waits for a process to complete together with a notification scheme
allowing another thread to wait a maximum number of seconds for the process to complete
before killing it.
- Since:
- 1.0
ProcessGroovyMethods.ProcessRunner
public ProcessGroovyMethods.ProcessRunner(Process process)
-
run
public void run()
-
waitForOrKill
public void waitForOrKill(long millis)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.