org.apache.maven.shared.utils.cli
Class WriterStreamConsumer
java.lang.Object
org.apache.maven.shared.utils.cli.WriterStreamConsumer
- All Implemented Interfaces:
- StreamConsumer
public class WriterStreamConsumer
- extends Object
- implements StreamConsumer
- Version:
- $Id: WriterStreamConsumer.html 925654 2014-10-13 20:12:40Z krosenvold $
- Author:
- Jason van Zyl
Method Summary |
void |
consumeLine(String line)
Called when the StreamPumper pumps a line from the Stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriterStreamConsumer
public WriterStreamConsumer(Writer writer)
consumeLine
public void consumeLine(String line)
- Description copied from interface:
StreamConsumer
- Called when the StreamPumper pumps a line from the Stream.
- Specified by:
consumeLine
in interface StreamConsumer
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.