org.apache.maven.surefire.report
Class DefaultConsoleReporter

java.lang.Object
  extended by org.apache.maven.surefire.report.DefaultConsoleReporter
All Implemented Interfaces:
ConsoleLogger

public class DefaultConsoleReporter
extends Object
implements ConsoleLogger

Author:
Kristian Rosenvold

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

Constructor Detail

DefaultConsoleReporter

public DefaultConsoleReporter(PrintStream systemOut)
Method Detail

info

public void info(String message)
Specified by:
info in interface ConsoleLogger


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