JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
A
C
E
G
I
J
L
O
P
R
S
T
V
A
AbstractMavenReport
- Class in
org.apache.maven.reporting
The basis for a Maven report which can be generated both as part of a site generation or as a direct standalone goal invocation.
AbstractMavenReport()
- Constructor for class org.apache.maven.reporting.
AbstractMavenReport
AbstractMavenReportRenderer
- Class in
org.apache.maven.reporting
An abstract class to manage report generation, with many helper methods to ease the job: you just need to implement getTitle() and renderBody().
AbstractMavenReportRenderer(Sink)
- Constructor for class org.apache.maven.reporting.
AbstractMavenReportRenderer
Default constructor.
C
canGenerateReport()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
closeReport()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Actions when closing the report.
createLinkPatternedText(String, String)
- Static method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Create a link pattern text defined by
{text, url}
.
E
endSection()
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap section ending in the current sink.
endTable()
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap the table ending in the current sink.
execute()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
This method is called when the report generation is invoked directly as a standalone Mojo.
executeReport(Locale)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Execute the generation of the report.
G
generate(Sink, Locale)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Deprecated.
use
generate(Sink, SinkFactory, Locale)
instead.
generate(Sink, SinkFactory, Locale)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
This method is called when the report generation is invoked by maven-site-plugin.
generate(Sink, Locale)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Deprecated.
use
generate(Sink, SinkFactory, Locale)
instead.
getCategoryName()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getInputEncoding()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Gets the input files encoding.
getOutputDirectory()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getOutputEncoding()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Gets the effective reporting output files encoding.
getProject()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getReportOutputDirectory()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getSink()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getSinkFactory()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getSiteRenderer()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getTitle()
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
I
isExternalReport()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
J
javaScript(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to add a Javascript code in the current sink.
L
link(String, String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a link in the current sink.
linkPatternedText(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a patterned text in the current link.
O
org.apache.maven.reporting
- package org.apache.maven.reporting
outputDirectory
- Variable in class org.apache.maven.reporting.
AbstractMavenReport
The output directory for the report.
P
paragraph(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a paragraph in the current sink.
project
- Variable in class org.apache.maven.reporting.
AbstractMavenReport
The Maven Project.
propertiesToString(Properties)
- Static method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to display a
Properties
object as comma separated String.
R
render()
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
renderBody()
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Renderer the body content of the report.
S
setReportOutputDirectory(File)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
sink
- Variable in class org.apache.maven.reporting.
AbstractMavenReportRenderer
The current sink to use
siteRenderer
- Variable in class org.apache.maven.reporting.
AbstractMavenReport
Doxia Site Renderer component.
startSection(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap section creation in the current sink.
startTable()
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap the table start in the current sink.
startTable(int[], boolean)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap the table start in the current sink.
T
tableCaption(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a table caption in the current sink.
tableCell(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a table cell start in the current sink.
tableCell(String, boolean)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a table cell start in the current sink.
tableHeader(String[])
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a table header row start in the current sink.
tableHeaderCell(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap the table header cell start in the current sink.
tableRow(String[])
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a table row start in the current sink.
text(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a text in the current sink.
V
verbatimLink(String, String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a text with a given link href as verbatim style in the current sink.
verbatimText(String)
- Method in class org.apache.maven.reporting.
AbstractMavenReportRenderer
Convenience method to wrap a text as verbatim style in the current sink .
A
C
E
G
I
J
L
O
P
R
S
T
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.