org.codehaus.plexus.util.cli
Class CommandLineUtils.StringStreamConsumer
java.lang.Object
org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
- CommandLineUtils
- StreamConsumer
public static class CommandLineUtils.StringStreamConsumer
extends java.lang.Object
private String | ls
|
private StringBuffer | string
|
void | consumeLine(String line) - Called when the StreamPumper pumps a line from the Stream.
|
String | getOutput()
|
string
private StringBuffer string
consumeLine
public void consumeLine(String line)
Called when the StreamPumper pumps a line from the Stream.
- consumeLine in interface StreamConsumer
getOutput
public String getOutput()