Groovy Documentation

groovy.org.codenarc.report
[Groovy] Class ReportWriterFactory

java.lang.Object
  groovy.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", "xml", "inlineXml", 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.

Authors:
Chris Mair


Method Summary
ReportWriter getReportWriter(String type)

ReportWriter getReportWriter(String type, Map options)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getReportWriter

ReportWriter getReportWriter(String type)


getReportWriter

ReportWriter getReportWriter(String type, Map options)


 

Groovy Documentation