Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.
AbstractMavenReport()
- Constructor for class org.apache.maven.reporting.
AbstractMavenReport
AbstractMavenReportRenderer
- Class in
org.apache.maven.reporting
An abstract class to manage report generation.
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 should be never called - all reports are rendered by Maven site-plugin's
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.
using
generate(Sink, SinkFactory, Locale)
instead of
generate(Sink, Locale)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Deprecated.
using
generate(Sink, SinkFactory, Locale)
instead of
generate(Sink, SinkFactory, Locale)
- Method in class org.apache.maven.reporting.
AbstractMavenReport
Generate a report.
getCategoryName()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
getOutputDirectory()
- Method in class org.apache.maven.reporting.
AbstractMavenReport
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
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.
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
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2011
Apache Software Foundation
. All Rights Reserved.