public abstract class AbstractPluginReportRenderer extends org.apache.maven.reporting.AbstractMavenReportRenderer
Modifier and Type | Field and Description |
---|---|
protected Locale |
locale |
protected org.apache.maven.project.MavenProject |
project |
Modifier | Constructor and Description |
---|---|
protected |
AbstractPluginReportRenderer(org.apache.maven.doxia.sink.Sink sink,
Locale locale,
org.codehaus.plexus.i18n.I18N i18n,
org.apache.maven.project.MavenProject project) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getI18nSection() |
protected String |
getI18nString(String key)
Returns
|
protected String |
getI18nString(String section,
String key) |
String |
getTitle() |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, renderBody, startSection, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimSource, verbatimText
protected final org.apache.maven.project.MavenProject project
protected AbstractPluginReportRenderer(org.apache.maven.doxia.sink.Sink sink, Locale locale, org.codehaus.plexus.i18n.I18N i18n, org.apache.maven.project.MavenProject project)
public String getTitle()
getTitle
in interface org.apache.maven.reporting.MavenReportRenderer
getTitle
in class org.apache.maven.reporting.AbstractMavenReportRenderer
protected String getI18nString(String key)
key
- The key .protected String getI18nString(String section, String key)
section
- The section.key
- The key to translate.protected abstract String getI18nSection()
report.
.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.