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

java.lang.Object
  extended by org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
      extended by org.apache.maven.plugin.surefire.booterclient.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 1039320 2010-11-26 11:48:24Z krosenvold $
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.plugin.surefire.booterclient.output.OutputConsumerProxy
consumeFooterLine, 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

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