Class CompilationReportRenderer

  • All Implemented Interfaces:
    org.apache.maven.reporting.MavenReportRenderer

    public class CompilationReportRenderer
    extends org.apache.maven.reporting.AbstractMavenReportRenderer
    project compilation report renderer to display links to all modules report
    Since:
    2.1.0-1
    Author:
    Olivier Lamy
    • Field Summary

      • Fields inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer

        sink
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilationReportRenderer​(org.apache.maven.doxia.sink.Sink sink, java.util.List<GwtModule> gwtModules, org.apache.maven.plugin.logging.Log log, boolean reportsAvailable, java.lang.String compilerReportsPath, boolean compilerReport, org.codehaus.plexus.i18n.I18N i18n, java.util.Locale locale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getI18nString​(java.util.Locale locale, java.lang.String key)  
      java.lang.String getTitle()  
      protected void renderBody()  
      • Methods inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer

        createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompilationReportRenderer

        public CompilationReportRenderer​(org.apache.maven.doxia.sink.Sink sink,
                                         java.util.List<GwtModule> gwtModules,
                                         org.apache.maven.plugin.logging.Log log,
                                         boolean reportsAvailable,
                                         java.lang.String compilerReportsPath,
                                         boolean compilerReport,
                                         org.codehaus.plexus.i18n.I18N i18n,
                                         java.util.Locale locale)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Specified by:
        getTitle in interface org.apache.maven.reporting.MavenReportRenderer
        Specified by:
        getTitle in class org.apache.maven.reporting.AbstractMavenReportRenderer
        See Also:
        AbstractMavenReportRenderer.getTitle()
      • renderBody

        protected void renderBody()
        Specified by:
        renderBody in class org.apache.maven.reporting.AbstractMavenReportRenderer
        See Also:
        AbstractMavenReportRenderer.renderBody()
      • getI18nString

        protected java.lang.String getI18nString​(java.util.Locale locale,
                                                 java.lang.String key)