org.apache.maven.surefire.booter
Class ForkingWriterStreamConsumer

java.lang.Object
  extended by org.apache.maven.surefire.booter.ForkingWriterStreamConsumer
All Implemented Interfaces:
StreamConsumer

Deprecated. use ForkingStreamConsumer

public class ForkingWriterStreamConsumer
extends Object
implements StreamConsumer

Version:
$Revision: 682222 $
Author:
Jason van Zyl

Constructor Summary
ForkingWriterStreamConsumer(Writer writer, boolean showHeading, boolean showFooter)
          Deprecated.  
 
Method Summary
 void consumeLine(String line)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkingWriterStreamConsumer

public ForkingWriterStreamConsumer(Writer writer,
                                   boolean showHeading,
                                   boolean showFooter)
Deprecated. 
Method Detail

consumeLine

public void consumeLine(String line)
Deprecated. 
Specified by:
consumeLine in interface StreamConsumer


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.