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.
SIZE
private static final int SIZE
done
(package private) boolean done
in
private BufferedReader in
out
private PrintWriter out
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)
consumeLine
private void consumeLine(String line)
isDone
public boolean isDone()