Groovy Documentation

Package org.codenarc.report

 

Interface Summary
ReportWriter Represents the interface of an object that can write out a report
 


Class Summary
AbstractReportWriter Abstract superclass for ReportWriter implementation classes.
HtmlReportWriter ReportWriter that generates an HTML report.
InlineXmlReportWriter ReportWriter that generates an XML report with inline rule descriptions.
ReportWriterFactory Factory for ReportWriter objects based on the report type (name).
TextReportWriter ReportWriter that generates an simple ASCII text report.
XmlReportWriter ReportWriter that generates an XML report.
 


Groovy Documentation