public static class CommandLineUtils.StringStreamConsumer extends Object implements StreamConsumer
| Modifier and Type | Field and Description |
|---|---|
private String |
ls |
private StringBuffer |
string |
| 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() |
private StringBuffer string
private String ls
public void consumeLine(String line)
StreamConsumerconsumeLine in interface StreamConsumerpublic String getOutput()
Copyright © 2016–2018 Simuline Organization (l2r). All rights reserved.