public class DefaultReporterFactory extends Object implements ReporterFactory
Constructor and Description |
---|
DefaultReporterFactory(StartupReportConfiguration reportConfiguration) |
Modifier and Type | Method and Description |
---|---|
RunResult |
close()
Closes the factory, freeing resources allocated in the factory.
|
RunListener |
createReporter()
Creates a reporter.
|
static DefaultReporterFactory |
defaultNoXml() |
RunStatistics |
getGlobalRunStatistics() |
void |
runStarting() |
public DefaultReporterFactory(StartupReportConfiguration reportConfiguration)
public RunListener createReporter()
ReporterFactory
createReporter
in interface ReporterFactory
public RunResult close()
ReporterFactory
close
in interface ReporterFactory
public void runStarting()
public RunStatistics getGlobalRunStatistics()
public static DefaultReporterFactory defaultNoXml()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.