Methods Summary |
---|
public void | setProcessErrorStream(java.io.InputStream is)Install a handler for the error stream of the subprocess.
|
public void | setProcessInputStream(java.io.OutputStream os)Install a handler for the input stream of the subprocess.
|
public void | setProcessOutputStream(java.io.InputStream is)Install a handler for the output stream of the subprocess.
|
public void | start()Start handling of the streams.
|
public void | stop()Stop handling of the streams - will not be restarted.
|