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

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

public class SupressHeaderOutputConsumerProxy
extends OutputConsumerProxy

Surefire output consumer that will take out the surefire header

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

Constructor Summary
SupressHeaderOutputConsumerProxy(OutputConsumer nextFilter)
          Create a consumer that will delegate all calls to the next filter but consumeHeaderLine(String)
 
Method Summary
 void consumeHeaderLine(String line)
          Do nothing
 
Methods inherited from class org.apache.maven.surefire.booter.output.OutputConsumerProxy
consumeFooterLine, 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

SupressHeaderOutputConsumerProxy

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

Parameters:
nextFilter - filter to delegate to
Method Detail

consumeHeaderLine

public void consumeHeaderLine(String line)
Do nothing

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


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