public abstract class AbstractProjectInfoRenderer
extends org.apache.maven.reporting.AbstractMavenReportRenderer
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.plexus.i18n.I18N |
i18n
I18N. |
protected Locale |
locale
The
Locale |
| Constructor and Description |
|---|
AbstractProjectInfoRenderer(org.apache.maven.doxia.sink.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) |
protected void |
verbatimLink(String text,
String href) |
protected void |
verbatimText(String text) |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, renderBody, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRowpublic String getTitle()
getTitle in interface org.apache.maven.reporting.MavenReportRenderergetTitle in class org.apache.maven.reporting.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 org.apache.maven.reporting.AbstractMavenReportRendererprotected void verbatimText(String text)
verbatimText in class org.apache.maven.reporting.AbstractMavenReportRendererprotected void verbatimLink(String text, String href)
verbatimLink in class org.apache.maven.reporting.AbstractMavenReportRendererprotected abstract String getI18Nsection()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.