public static class CommandLineUtils.StringStreamConsumer extends Object implements StreamConsumer
| Constructor and Description |
|---|
StringStreamConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(String line)
Called when the StreamPumper pumps a line from the Stream.
|
String |
getOutput() |
public void consumeLine(String line)
consumeLine in interface StreamConsumerline - The line to be consumed.public String getOutput()
Copyright © 2017. All rights reserved.