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

java.lang.Object
  extended by org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
      extended by org.apache.maven.plugin.surefire.booterclient.output.StandardOutputConsumer
All Implemented Interfaces:
OutputConsumer

public class StandardOutputConsumer
extends PrintWriterOutputConsumer

Surefire output consumer that writes everything to System.out

Since:
2.1
Version:
$Id: StandardOutputConsumer.java 1039320 2010-11-26 11:48:24Z krosenvold $
Author:
Carlos Sanchez

Constructor Summary
StandardOutputConsumer()
          Create a consumer that will write to System.out
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
consumeFooterLine, consumeHeaderLine, consumeMessageLine, consumeOutputLine, getPrintWriter, testSetCompleted, testSetStarting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardOutputConsumer

public StandardOutputConsumer()
Create a consumer that will write to System.out



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