public abstract class AbstractLicenseReportRenderer
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 |
|---|
AbstractLicenseReportRenderer(org.apache.maven.doxia.sink.Sink sink,
String bundleName,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getGAV(ThirdPartyDetails details) |
String |
getText(String key)
Gets the localized message for this report.
|
String |
getTitle() |
protected void |
renderErrorIcon() |
protected void |
renderInfoIcon() |
protected void |
renderPropertySummaryTableHeader() |
protected void |
renderSuccessIcon() |
protected void |
renderThirdPartyDetailTable(ThirdPartyDetails details) |
protected void |
renderThirdPartyDetailTable(ThirdPartyDetails details,
boolean includeScope,
boolean includeClassifier,
boolean includeType) |
protected void |
renderThirdPartySummaryTable(Collection<ThirdPartyDetails> collection) |
protected void |
renderThirdPartySummaryTable(Collection<ThirdPartyDetails> collection,
boolean includeScope,
boolean includeClassifier,
boolean includeType) |
protected void |
renderThirdPartySummaryTableHeader() |
protected void |
renderThirdPartySummaryTableHeader(boolean includeScope,
boolean includeClassifier,
boolean includeType) |
protected void |
renderThirdPartySummaryTableRow(ThirdPartyDetails details) |
protected void |
renderThirdPartySummaryTableRow(ThirdPartyDetails details,
boolean includeScope,
boolean includeClassifier,
boolean includeType) |
protected void |
renderWarningIcon() |
protected void |
safeBold_() |
protected void |
safeBold() |
protected void |
safeItalic_() |
protected void |
safeItalic() |
protected void |
sinkCellText(String text) |
protected void |
sinkCellText(String width,
String text) |
protected void |
sinkHeaderCellText(String text) |
protected void |
sinkHeaderCellText(String width,
String text) |
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 final Locale locale
protected final 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 renderErrorIcon()
protected void renderSuccessIcon()
protected void renderInfoIcon()
protected String getGAV(ThirdPartyDetails details)
protected void renderThirdPartySummaryTableHeader()
protected void renderThirdPartySummaryTableHeader(boolean includeScope,
boolean includeClassifier,
boolean includeType)
protected void renderThirdPartySummaryTableRow(ThirdPartyDetails details)
protected void sinkHeaderCellText(String text)
protected void sinkCellText(String text)
protected void renderThirdPartySummaryTableRow(ThirdPartyDetails details, boolean includeScope, boolean includeClassifier, boolean includeType)
protected void safeBold()
protected void safeBold_()
protected void safeItalic()
protected void safeItalic_()
protected void renderThirdPartyDetailTable(ThirdPartyDetails details)
protected void renderThirdPartyDetailTable(ThirdPartyDetails details, boolean includeScope, boolean includeClassifier, boolean includeType)
protected void renderThirdPartySummaryTable(Collection<ThirdPartyDetails> collection)
protected void renderThirdPartySummaryTable(Collection<ThirdPartyDetails> collection, boolean includeScope, boolean includeClassifier, boolean includeType)
protected void renderPropertySummaryTableHeader()
Copyright © 2010–2023. All rights reserved.