org.apache.maven.surefire.report
Class DefaultDirectConsoleReporter

java.lang.Object
  extended by org.apache.maven.surefire.report.DefaultDirectConsoleReporter
All Implemented Interfaces:
DirectConsoleReporter

public class DefaultDirectConsoleReporter
extends Object
implements DirectConsoleReporter

Author:
Kristian Rosenvold

Constructor Summary
DefaultDirectConsoleReporter(PrintStream systemOut)
           
 
Method Summary
 void writeMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDirectConsoleReporter

public DefaultDirectConsoleReporter(PrintStream systemOut)
Method Detail

writeMessage

public void writeMessage(String message)
Specified by:
writeMessage in interface DirectConsoleReporter


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