Class TagValuesReportRenderer

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

    public class TagValuesReportRenderer
    extends org.apache.maven.reporting.AbstractMavenReportRenderer
    Created on 5/31/14.
    Since:
    2.10
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Detail

      • i18n

        protected final org.codehaus.plexus.i18n.I18N i18n
        Internationalization component.
      • locale

        protected final Locale locale
        The locale we are rendering for.
      • bundleName

        protected final String bundleName
        The name of the bundle containing our I18n resources.
      • javaDocDestDir

        protected final String javaDocDestDir
      • jxrDestDir

        protected final String jxrDestDir
    • Method Detail

      • getTitle

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

        public void renderBody()
        Specified by:
        renderBody in class org.apache.maven.reporting.AbstractMavenReportRenderer
      • getEugeneDocLink

        protected String getEugeneDocLink()
      • getText

        protected String getText​(String key)
        Gets the localized message for this report.
        Parameters:
        key - the message key.
        Returns:
        the message.
      • sinkHeaderCellText

        protected void sinkHeaderCellText​(String text)
      • sinkHeaderCellText

        protected void sinkHeaderCellText​(org.apache.maven.doxia.sink.SinkEventAttributes width,
                                          String text)
      • sinkCellText

        protected void sinkCellText​(org.apache.maven.doxia.sink.SinkEventAttributes width,
                                    String text)
      • sinkCellText

        protected void sinkCellText​(String text)
      • sinkCellLink

        protected void sinkCellLink​(String text,
                                    String url)
      • renderTargets

        protected void renderTargets​(Set<Class<?>> targets)
      • renderDetailTarget

        protected void renderDetailTarget​(Class<?> target)