A C E G I J L M 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 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, 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, SinkFactory, Locale) - Method in interface org.apache.maven.reporting.MavenMultiPageReport
 
getCategoryName() - Method in class org.apache.maven.reporting.AbstractMavenReport
getOutputDirectory() - Method in class org.apache.maven.reporting.AbstractMavenReport
The output directory when the mojo is run directly from the command line.
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.

M

MavenMultiPageReport - Interface in org.apache.maven.reporting
Temporary copy of maven-reporting-api class to avoid Maven 3 prerequisite, since maven-reporting-api is included in Maven 2 then internal version is preferred.

O

org.apache.maven.reporting - package org.apache.maven.reporting
 

P

paragraph(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a paragraph in the current sink.
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
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 M O P R S T V

Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.