Package org.codenarc.report
Interface ReportWriter
- All Known Implementing Classes:
AbstractHtmlReportWriter,AbstractReportWriter,BaselineXmlReportWriter,HtmlReportWriter,IdeTextReportWriter,InlineXmlReportWriter,SortableHtmlReportWriter,TextReportWriter,XmlReportWriter
public interface ReportWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteReport(AnalysisContext analysisContext, Results results)
-
Method Details
-
writeReport
-