org.apache.maven.surefire.booter.output
Class SupressFooterOutputConsumerProxy

java.lang.Object
  extended by org.apache.maven.surefire.booter.output.OutputConsumerProxy
      extended by org.apache.maven.surefire.booter.output.SupressFooterOutputConsumerProxy
All Implemented Interfaces:
OutputConsumer

public class SupressFooterOutputConsumerProxy
extends OutputConsumerProxy

Surefire output consumer that will take out the surefire footer

Since:
2.1
Version:
$Id: SupressFooterOutputConsumerProxy.java 510866 2007-02-23 08:13:49Z brett $
Author:
Carlos Sanchez

Constructor Summary
SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
          Create a consumer that will delegate all calls to the next filter but consumeFooterLine(String)
 
Method Summary
 void consumeFooterLine(String line)
          Do nothing
 
Methods inherited from class org.apache.maven.surefire.booter.output.OutputConsumerProxy
consumeHeaderLine, consumeMessageLine, consumeOutputLine, getOutputConsumer, setOutputConsumer, testSetCompleted, testSetStarting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupressFooterOutputConsumerProxy

public SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
Create a consumer that will delegate all calls to the next filter but consumeFooterLine(String)

Parameters:
nextFilter - filter to delegate to
Method Detail

consumeFooterLine

public void consumeFooterLine(String line)
Do nothing

Specified by:
consumeFooterLine in interface OutputConsumer
Overrides:
consumeFooterLine in class OutputConsumerProxy
Parameters:
line - the line to process


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