Package org.codehaus.plexus.util.cli
Class CommandLineUtils.StringStreamConsumer
java.lang.Object
org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
- All Implemented Interfaces:
- StreamConsumer
- Enclosing class:
- CommandLineUtils
A 
StreamConsumer providing consumed lines as a String.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconsumeLine(String line) Called when the StreamPumper pumps a line from the Stream.
- 
Constructor Details- 
StringStreamConsumerpublic StringStreamConsumer()
 
- 
- 
Method Details- 
consumeLineDescription copied from interface:StreamConsumerCalled when the StreamPumper pumps a line from the Stream.- Specified by:
- consumeLinein interface- StreamConsumer
- Parameters:
- line- The line to be consumed.
 
- 
getOutput
 
-