Interface CheckstyleReports

    • Method Detail

      • getHtml

        @Internal
        CustomizableHtmlReport getHtml()
        The checkstyle HTML report.

        This report IS enabled by default.

        Enabling this report will also cause the XML report to be generated, as the HTML is derived from the XML.

        Returns:
        The checkstyle HTML report
        Since:
        2.10
      • getXml

        @Internal
        SingleFileReport getXml()
        The checkstyle XML report

        This report IS enabled by default.

        Returns:
        The checkstyle XML report