org.apache.maven.plugin.surefire.booterclient.output
Class SupressFooterOutputConsumerProxy

java.lang.Object
  extended by org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
      extended by org.apache.maven.plugin.surefire.booterclient.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 1039320 2010-11-26 11:48:24Z krosenvold $
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.plugin.surefire.booterclient.output.OutputConsumerProxy
consumeHeaderLine, consumeMessageLine, consumeOutputLine, getOutputConsumer, 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-2011 The Apache Software Foundation. All Rights Reserved.