org.apache.maven.plugins.surefire.report
Class SurefireReportGenerator

java.lang.Object
  extended by org.apache.maven.plugins.surefire.report.SurefireReportGenerator

public class SurefireReportGenerator
extends Object


Constructor Summary
SurefireReportGenerator(List<File> reportsDirectories, Locale locale, boolean showSuccess, String xrefLocation)
           
 
Method Summary
 void doGenerateReport(ResourceBundle bundle, Sink sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurefireReportGenerator

public SurefireReportGenerator(List<File> reportsDirectories,
                               Locale locale,
                               boolean showSuccess,
                               String xrefLocation)
Method Detail

doGenerateReport

public void doGenerateReport(ResourceBundle bundle,
                             Sink sink)
                      throws MavenReportException
Throws:
MavenReportException


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