public class TagValuesReportRenderer
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 Collection<TagValueMetadatasProvider> |
data
Data to describe.
|
protected org.codehaus.plexus.i18n.I18N |
i18n
Internationalization component.
|
protected String |
javaDocDestDir |
protected String |
jxrDestDir |
protected Locale |
locale
The locale we are rendering for.
|
| Constructor and Description |
|---|
TagValuesReportRenderer(org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
String bundleName,
String javaDocDestDir,
String jxrDestDir,
Collection<TagValueMetadatasProvider> data) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEugeneDocLink() |
protected String |
getText(String key)
Gets the localized message for this report.
|
String |
getTitle() |
void |
renderBody() |
protected void |
renderDetailTarget(Class<?> target) |
protected void |
renderTargets(Set<Class<?>> targets) |
protected void |
sinkCellLink(String text,
String url) |
protected void |
sinkCellText(org.apache.maven.doxia.sink.SinkEventAttributes width,
String text) |
protected void |
sinkCellText(String text) |
protected void |
sinkHeaderCellText(org.apache.maven.doxia.sink.SinkEventAttributes width,
String text) |
protected void |
sinkHeaderCellText(String text) |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, 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
protected final Collection<TagValueMetadatasProvider> data
protected final String javaDocDestDir
protected final String jxrDestDir
public TagValuesReportRenderer(org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
String bundleName,
String javaDocDestDir,
String jxrDestDir,
Collection<TagValueMetadatasProvider> data)
public String getTitle()
getTitle in interface org.apache.maven.reporting.MavenReportRenderergetTitle in class org.apache.maven.reporting.AbstractMavenReportRendererpublic void renderBody()
renderBody in class org.apache.maven.reporting.AbstractMavenReportRendererprotected String getEugeneDocLink()
protected String getText(String key)
key - the message key.protected void sinkHeaderCellText(String text)
protected void sinkHeaderCellText(org.apache.maven.doxia.sink.SinkEventAttributes width,
String text)
protected void sinkCellText(org.apache.maven.doxia.sink.SinkEventAttributes width,
String text)
protected void sinkCellText(String text)
protected void renderDetailTarget(Class<?> target)
Copyright © 2006–2016 CodeLutin. All rights reserved.