org.apache.maven.surefire.report
Interface ReporterFactory

All Known Implementing Classes:
ForkingReporterFactory

public interface ReporterFactory

Author:
Kristian Rosenvold

Method Summary
 RunResult close()
          Closes the factory, freeing resources allocated in the factory.
 RunListener createReporter()
          Creates a reporter.
 RunStatistics getGlobalRunStatistics()
           
 

Method Detail

createReporter

RunListener createReporter()
Creates a reporter. The reporter is a singleton that is expected to be used in the provider.

Returns:
A reporter instance

close

RunResult close()
Closes the factory, freeing resources allocated in the factory.

Returns:
The run result

getGlobalRunStatistics

RunStatistics getGlobalRunStatistics()


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