Class DefaultConsumer
java.lang.Object
org.apache.maven.shared.utils.cli.DefaultConsumer
- All Implemented Interfaces:
 StreamConsumer
- Author:
 - Emmanuel Venisse
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconsumeLine(String line) Called when the StreamPumper pumps a line from the Stream. 
- 
Constructor Details
- 
DefaultConsumer
public DefaultConsumer() 
 - 
 - 
Method Details
- 
consumeLine
Called when the StreamPumper pumps a line from the Stream.- Specified by:
 consumeLinein interfaceStreamConsumer- Parameters:
 line- The line to be consumed.- Throws:
 IOException- if consuminglinefails.
 
 -