class ReportWriterFactory extends java.lang.Object
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", "console",
"ide", "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.
Constructor and description |
---|
ReportWriterFactory
() |
Type Params | Return Type | Name and description |
---|---|---|
|
ReportWriter |
getReportWriter(java.lang.String type) |
|
ReportWriter |
getReportWriter(java.lang.String type, java.util.Map options) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |