Class WriterStreamConsumer
java.lang.Object
org.apache.maven.shared.utils.cli.WriterStreamConsumer
- All Implemented Interfaces:
StreamConsumer
- Author:
- Jason van Zyl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeLine
(String line) Called when the StreamPumper pumps a line from the Stream.
-
Constructor Details
-
WriterStreamConsumer
- Parameters:
writer
-Writer
-
-
Method Details
-
consumeLine
Called when the StreamPumper pumps a line from the Stream.- Specified by:
consumeLine
in interfaceStreamConsumer
- Parameters:
line
- The line to be consumed.- Throws:
IOException
- if consumingline
fails.
-