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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeLine
(String line) Called when the StreamPumper pumps a line from the Stream.
-
Constructor Details
-
WriterStreamConsumer
-
-
Method Details
-
consumeLine
Description copied from interface:StreamConsumer
Called when the StreamPumper pumps a line from the Stream.- Specified by:
consumeLine
in interfaceStreamConsumer
- Parameters:
line
- The line to be consumed.
-