|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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.
| 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 |
|---|
ReportWriter getReportWriter(String type)
ReportWriter getReportWriter(String type, Map options)
Groovy Documentation