public class FileReporterFactory extends Object implements ReporterFactory
Constructor and Description |
---|
FileReporterFactory(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 FileReporterFactory |
defaultNoXml() |
RunStatistics |
getGlobalRunStatistics() |
void |
runStarting() |
public FileReporterFactory(StartupReportConfiguration reportConfiguration)
public RunListener createReporter()
ReporterFactory
createReporter
in interface ReporterFactory
public RunResult close()
ReporterFactory
close
in interface ReporterFactory
public void runStarting()
public RunStatistics getGlobalRunStatistics()
getGlobalRunStatistics
in interface ReporterFactory
public static FileReporterFactory defaultNoXml()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.