org.codehaus.plexus.util.cli
Class StreamPumper
Thread
org.codehaus.plexus.util.cli.StreamPumper
public class StreamPumper
extends Thread
Class to pump the error stream during Process's runtime. Copied from the Ant
built-in task.
$Id: StreamPumper.java 5958 2007-02-28 10:29:55Z olamy $
StreamPumper
public StreamPumper(InputStream in)
StreamPumper
public StreamPumper(InputStream in,
PrintWriter writer)
StreamPumper
public StreamPumper(InputStream in,
PrintWriter writer,
StreamConsumer consumer)
StreamPumper
public StreamPumper(InputStream in,
StreamConsumer consumer)
isDone
public boolean isDone()