Uses of Class
org.apache.maven.surefire.report.ReporterConfiguration

Packages that use ReporterConfiguration
org.apache.maven.surefire.booter   
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.report   
 

Uses of ReporterConfiguration in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return ReporterConfiguration
 ReporterConfiguration BaseProviderFactory.getReporterConfiguration()
           
 

Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration
 void BaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration)
           
 void SurefireReflector.setReporterConfigurationAware(Object o, ReporterConfiguration reporterConfiguration1)
           
 

Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi
 

Methods in org.apache.maven.surefire.providerapi that return ReporterConfiguration
 ReporterConfiguration ProviderParameters.getReporterConfiguration()
          The raw parameters used in creating the ReporterManagerFactory
 

Uses of ReporterConfiguration in org.apache.maven.surefire.report
 

Methods in org.apache.maven.surefire.report with parameters of type ReporterConfiguration
protected  List ReporterManagerFactory.instantiateReportsNewStyle(List reportDefinitions, ReporterConfiguration reporterConfiguration, ClassLoader classLoader)
           
 

Constructors in org.apache.maven.surefire.report with parameters of type ReporterConfiguration
AbstractTextReporter(PrintWriter writer, String format, ReporterConfiguration reporterConfiguration)
           
AbstractTextReporter(ReporterConfiguration reporterConfiguration, String format)
           
BriefConsoleReporter(ReporterConfiguration reporterConfiguration)
           
BriefFileReporter(ReporterConfiguration reporterConfiguration)
           
ConsoleReporter(ReporterConfiguration reporterConfiguration)
           
DetailedConsoleReporter(ReporterConfiguration reporterConfiguration)
           
FileReporter(ReporterConfiguration reporterConfiguration)
           
ForkingConsoleReporter(ReporterConfiguration reporterConfiguration)
           
ReporterManagerFactory(ClassLoader surefireClassLoader, ReporterConfiguration reporterConfiguration)
           
XMLReporter(ReporterConfiguration reporterConfiguration)
           
 



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