Interface CPDReportRenderer

    • Method Detail

      • render

        void render​(CPDReport report,
                    Writer writer)
             throws IOException
        Write out the contents of the report to the given writer.
        Parameters:
        report - The report to write
        writer - A writer for the report file
        Throws:
        IOException - If the writer throws
      • renderToString

        default String renderToString​(CPDReport report)
        Call the other render method on a StringWriter. IO exceptions are rethrown as runtime exceptions.