org.apache.maven.shared.utils.cli
Class DefaultConsumer

java.lang.Object
  extended by org.apache.maven.shared.utils.cli.DefaultConsumer
All Implemented Interfaces:
StreamConsumer

public class DefaultConsumer
extends Object
implements StreamConsumer

Version:
$Id: DefaultConsumer.java 1392606 2012-10-01 21:09:56Z struberg $
Author:
Emmanuel Venisse

Constructor Summary
DefaultConsumer()
           
 
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
 

Constructor Detail

DefaultConsumer

public DefaultConsumer()
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.