Package org.codehaus.groovy.runtime
Class ProcessGroovyMethods.ProcessRunner
- java.lang.Object
- 
- org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 - Enclosing class:
- ProcessGroovyMethods
 
 protected static class ProcessGroovyMethods.ProcessRunner extends java.lang.Object implements java.lang.RunnableA 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
 
- 
- 
Constructor SummaryConstructors Constructor Description ProcessRunner(java.lang.Process process)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidwaitForOrKill(long millis)
 
-