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, verbatimText
public String getTitle()
getTitle
in interface MavenReportRenderer
getTitle
in class 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 void text(String text)
text
in class AbstractMavenReportRenderer
protected abstract String getI18Nsection()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.