public static class IOServices.ProcessRunner
extends java.lang.Object
| Constructor and Description |
|---|
IOServices.ProcessRunner(java.lang.String program,
java.lang.String[] arguments) |
public IOServices.ProcessRunner(java.lang.String program,
java.lang.String[] arguments)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String formattedResult()
public int waitFor()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void destroy(java.lang.String expectedOutput,
long timeout)
public void destroy()
public void write(java.lang.String msg)
throws java.io.IOException
java.io.IOExceptionpublic void waitFor(java.lang.String expectedOutput,
long timeout)