org.codenarc.report
Class ReportWriterFactory
java.lang.Object
org.codenarc.report.ReportWriterFactory
class ReportWriterFactory
Factory for ReportWriter objects based on the report type (name).
The passed in type
can either be one of the predefined type names: "html" or "xml", or
else it can specify the fully-qualified class name of a class (accessible on the classpath) that
implements the org.codenarc.report.ReportWriter
interface.
- author:
- Chris Mair
- version:
- $Revision: 285 $ - $Date: 2010-01-15 19:17:40 -0500 (Fri, 15 Jan 2010) $
Methods inherited from class Object
|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
ReportWriterFactory
ReportWriterFactory()
-
getReportWriter
ReportWriter getReportWriter(String type)
-
getReportWriter
ReportWriter getReportWriter(String type, Map options)
-
Groovy Documentation