Package org.codehaus.plexus.util.cli
Class DefaultConsumer
java.lang.Object
org.codehaus.plexus.util.cli.DefaultConsumer
- All Implemented Interfaces:
- StreamConsumer
- Author:
- Emmanuel Venisse
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconsumeLine(String line) Called when the StreamPumper pumps a line from the Stream.
- 
Constructor Details- 
DefaultConsumerpublic DefaultConsumer()
 
- 
- 
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.
- Throws:
- IOException- if consuming- linefails.
 
 
-