public abstract class VersionsReportRendererBase
extends org.apache.maven.reporting.AbstractMavenReportRenderer
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundleName
The name of the bundle containing our I18n resources.
|
protected org.codehaus.plexus.i18n.I18N |
i18n
Internationalization component.
|
protected Locale |
locale
The locale we are rendering for.
|
| Constructor and Description |
|---|
VersionsReportRendererBase(org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
String bundleName) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equals(org.apache.maven.artifact.versioning.ArtifactVersion v1,
org.apache.maven.artifact.versioning.ArtifactVersion v2) |
String |
getText(String key)
Gets the localized message for this report.
|
String |
getTitle() |
protected void |
renderSuccessIcon() |
protected void |
renderWarningIcon() |
protected void |
safeBold_() |
protected void |
safeBold() |
protected void |
safeItalic_() |
protected void |
safeItalic() |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, renderBody, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimTextprotected final org.codehaus.plexus.i18n.I18N i18n
protected Locale locale
protected String bundleName
public String getTitle()
getTitle in interface org.apache.maven.reporting.MavenReportRenderergetTitle in class org.apache.maven.reporting.AbstractMavenReportRendererpublic String getText(String key)
key - the message key.protected void renderWarningIcon()
protected void renderSuccessIcon()
protected boolean equals(org.apache.maven.artifact.versioning.ArtifactVersion v1,
org.apache.maven.artifact.versioning.ArtifactVersion v2)
protected void safeBold()
protected void safeBold_()
protected void safeItalic()
protected void safeItalic_()
Copyright © 2008–2022 MojoHaus. All rights reserved.