Package net.sourceforge.pmd.cpd
Interface CPDReportRenderer
- All Known Implementing Classes:
CSVRenderer,CSVWithLinecountPerFileRenderer,MarkdownRenderer,SimpleRenderer,VSRenderer,XMLOldRenderer,XMLRenderer
public interface CPDReportRenderer
Render a
CPDReport to a file.- See Also:
-
Method Summary
-
Method Details
-
render
Write out the contents of the report to the given writer.- Parameters:
report- The report to writewriter- A writer for the report file- Throws:
IOException- If the writer throws
-
renderToString
Call the other render method on a StringWriter. IO exceptions are rethrown as runtime exceptions.
-