Package org.codenarc.report
Interface ReportWriter
-
- All Known Implementing Classes:
AbstractHtmlReportWriter,AbstractReportWriter,BaselineXmlReportWriter,HtmlReportWriter,IdeTextReportWriter,InlineXmlReportWriter,SortableHtmlReportWriter,TextReportWriter,XmlReportWriter
public interface ReportWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteReport(AnalysisContext analysisContext, Results results)
-
-
-
Method Detail
-
writeReport
void writeReport(AnalysisContext analysisContext, Results results)
-
-