C G I M O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- canGenerateReport() - Method in interface org.apache.maven.reporting.MavenReport
-
Verify some conditions before generating the report.
- CATEGORY_PROJECT_INFORMATION - Static variable in interface org.apache.maven.reporting.MavenReport
-
Category for project information reports
- CATEGORY_PROJECT_REPORTS - Static variable in interface org.apache.maven.reporting.MavenReport
-
Category for project reports
G
- generate(Sink, Locale) - Method in interface org.apache.maven.reporting.MavenReport
-
Generate the report depending the wanted locale.
- generate(Sink, SinkFactory, Locale) - Method in interface org.apache.maven.reporting.MavenMultiPageReport
-
Generate multi page report.
- getCategoryName() - Method in interface org.apache.maven.reporting.MavenReport
-
Get the category name for this report.
- getDescription(Locale) - Method in interface org.apache.maven.reporting.MavenReport
-
Get the localized report description.
- getName(Locale) - Method in interface org.apache.maven.reporting.MavenReport
-
Get the localized report name.
- getOutputName() - Method in interface org.apache.maven.reporting.MavenReport
-
Deprecated.Method name does not properly reflect its purpose. Implement and use
MavenReport.getOutputPath()
instead. - getOutputPath() - Method in interface org.apache.maven.reporting.MavenReport
-
Get the path relative to
MavenReport.getReportOutputDirectory()
where the report's main output file will be written. - getReportOutputDirectory() - Method in interface org.apache.maven.reporting.MavenReport
-
Get the shared report output directory.
- getTitle() - Method in interface org.apache.maven.reporting.MavenReportRenderer
I
- isExternalReport() - Method in interface org.apache.maven.reporting.MavenReport
-
An external report is a report which calls a third party program which generates some reports too.
M
- MavenMultiPageReport - Interface in org.apache.maven.reporting
-
Interface created separately for backwards compatibility.
- MavenReport - Interface in org.apache.maven.reporting
-
The basis for a Maven report.
- MavenReportException - Exception in org.apache.maven.reporting
-
An exception occurring during the execution of a Maven report.
- MavenReportException(String) - Constructor for exception org.apache.maven.reporting.MavenReportException
-
Default constructor.
- MavenReportException(String, Exception) - Constructor for exception org.apache.maven.reporting.MavenReportException
-
Other constructor.
- MavenReportRenderer - Interface in org.apache.maven.reporting
-
Basis for rendering report.
O
- org.apache.maven.reporting - package org.apache.maven.reporting
R
- render() - Method in interface org.apache.maven.reporting.MavenReportRenderer
-
Renderer a report.
- ROLE - Static variable in interface org.apache.maven.reporting.MavenReport
-
Plexus lookup name
S
- serialVersionUID - Static variable in exception org.apache.maven.reporting.MavenReportException
-
The serialVersionUID
- setReportOutputDirectory(File) - Method in interface org.apache.maven.reporting.MavenReport
-
Set a new shared report output directory.
All Classes All Packages