public abstract class AbstractProjectInfoRenderer extends AbstractMavenReportRenderer
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.plexus.i18n.I18N |
i18n
I18N. |
protected Locale |
locale
The
Locale |
sink| Constructor and Description |
|---|
AbstractProjectInfoRenderer(Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getI18Nsection() |
protected String |
getI18nString(String key) |
protected String |
getI18nString(String section,
String key) |
String |
getTitle() |
protected void |
text(String text) |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, renderBody, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, verbatimLink, verbatimTextpublic String getTitle()
getTitle in interface MavenReportRenderergetTitle in class AbstractMavenReportRendererprotected String getI18nString(String key)
key - The key.protected String getI18nString(String section, String key)
section - The section.key - The key to translate.protected void text(String text)
text in class AbstractMavenReportRendererprotected abstract String getI18Nsection()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.