Package org.codehaus.plexus.util.cli
Class WriterStreamConsumer
java.lang.Object
org.codehaus.plexus.util.cli.WriterStreamConsumer
- All Implemented Interfaces:
- StreamConsumer
- Author:
- Jason van Zyl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconsumeLine(String line) Called when the StreamPumper pumps a line from the Stream.
- 
Constructor Details- 
WriterStreamConsumer
 
- 
- 
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.
 
 
-