Skip navigation links
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.
applyPattern(String) - Static method in class org.apache.maven.reporting.AbstractMavenReportRenderer
The method parses a text and applies the given pattern {text, url} to create a list of text/href.

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.
generate(Sink, Locale) - Method in class org.apache.maven.reporting.AbstractMavenReport
Deprecated.
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.
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
 
getTemplateProperties() - Method in class org.apache.maven.reporting.AbstractMavenReport
create template properties like done in maven-site-plugin's AbstractSiteRenderingMojo.createSiteRenderingContext( Locale )
getTitle() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer

I

inputEncoding - Variable in class org.apache.maven.reporting.AbstractMavenReport
Specifies the input encoding.
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.
outputEncoding - Variable in class org.apache.maven.reporting.AbstractMavenReport
Specifies the output encoding.

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.
reportOutputDirectory - Variable in class org.apache.maven.reporting.AbstractMavenReport
The current report output directory to use

S

section - Variable in class org.apache.maven.reporting.AbstractMavenReportRenderer
The current section number
setReportOutputDirectory(File) - Method in class org.apache.maven.reporting.AbstractMavenReport
sink - Variable in class org.apache.maven.reporting.AbstractMavenReport
The current sink to use
sink - Variable in class org.apache.maven.reporting.AbstractMavenReportRenderer
The current sink to use
sinkFactory - Variable in class org.apache.maven.reporting.AbstractMavenReport
The sink factory 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