| java.lang.Object com.izforge.izpack.util.MonitorInputStream
MonitorInputStream | public class MonitorInputStream implements Runnable(Code) | | This is a grabber for stdout and stderr. It will be launched once at command execution end
terminates if the apropriate stream runs out of data.
author: Olexij Tkatchenko |
Method Summary | |
public void | doStop() Request stopping this thread. | public void | run() |
MonitorInputStream | public MonitorInputStream(Reader in, Writer out)(Code) | | Construct a new monitor.
Parameters: in - The input to read. Parameters: out - The writer to write to. |
doStop | public void doStop()(Code) | | Request stopping this thread.
|
|
|