Index
All Classes and Interfaces|All Packages|Serialized Form
A
- assembler - Variable in class org.apache.maven.doxia.tools.DefaultSiteTool
-
The component for assembling inheritance.
C
- compare(MavenReport, MavenReport) - Method in class org.apache.maven.doxia.tools.ReportComparator
D
- debug(CharSequence) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- debug(CharSequence, Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- debug(Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- DEFAULT_LOCALE - Static variable in interface org.apache.maven.doxia.tools.SiteTool
-
The locale by default for a Maven Site
- DefaultSiteTool - Class in org.apache.maven.doxia.tools
-
Default implementation of the site tool.
- DefaultSiteTool() - Constructor for class org.apache.maven.doxia.tools.DefaultSiteTool
E
- error(CharSequence) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- error(CharSequence, Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- error(Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
G
- getDecorationModel(File, Locale, MavenProject, List<MavenProject>, ArtifactRepository, List<ArtifactRepository>) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Get a decoration model for a project.
- getDecorationModel(File, Locale, MavenProject, List<MavenProject>, ArtifactRepository, List<ArtifactRepository>) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Get a decoration model for a project.
- getDefaultSkinArtifact(ArtifactRepository, List<ArtifactRepository>) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
- getDefaultSkinArtifact(ArtifactRepository, List<ArtifactRepository>) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Get the default skin artifact for a project from one of the repositories.
- getInterpolatedSiteDescriptorContent(Map<String, String>, MavenProject, String) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Interpolating several expressions in the site descriptor content.
- getInterpolatedSiteDescriptorContent(Map<String, String>, MavenProject, String) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Interpolating several expressions in the site descriptor content.
- getNormalizedPath(String) - Static method in class org.apache.maven.doxia.tools.DefaultSiteTool
- getParentProject(MavenProject, List<MavenProject>, ArtifactRepository) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Returns the parent POM with interpolated URLs.
- getParentProject(MavenProject, List<MavenProject>, ArtifactRepository) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Returns the parent POM with interpolated URLs.
- getRelativePath(String, String) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Deprecated.
- getRelativePath(String, String) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Calculate the relative path between two URLs or between two files.
- getSiteDescriptor(File, Locale) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Get a site descriptor from the project's site directory.
- getSiteDescriptor(File, Locale) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Get a site descriptor from the project's site directory.
- getSiteLocales(String) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Extracts from a comma-separated list the locales that are available in
site-tool
resource bundle. - getSiteLocales(String) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Extracts from a comma-separated list the locales that are available in
site-tool
resource bundle. - getSkinArtifactFromRepository(ArtifactRepository, List<ArtifactRepository>, DecorationModel) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
- getSkinArtifactFromRepository(ArtifactRepository, List<ArtifactRepository>, DecorationModel) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Get a skin artifact from one of the repositories.
I
- i18n - Variable in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Internationalization.
- info(CharSequence) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- info(CharSequence, Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- info(Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- isDebugEnabled() - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- isErrorEnabled() - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- isInfoEnabled() - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- isWarnEnabled() - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
M
- mavenProjectBuilder - Variable in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Project builder (deprecated in Maven 3: should use ProjectBuilder, which will avoid issues like DOXIASITETOOLS-166)
- MojoLogWrapper - Class in org.apache.maven.doxia.tools
-
Wrap a Mojo logger into a Doxia logger.
- MojoLogWrapper(Log) - Constructor for class org.apache.maven.doxia.tools.MojoLogWrapper
O
- org.apache.maven.doxia.tools - package org.apache.maven.doxia.tools
P
- populateReportsMenu(DecorationModel, Locale, Map<String, List<MavenReport>>) - Method in class org.apache.maven.doxia.tools.DefaultSiteTool
-
Populate the pre-defined
reports
menu of the decoration model, if used through<menu ref="reports"/>
. - populateReportsMenu(DecorationModel, Locale, Map<String, List<MavenReport>>) - Method in interface org.apache.maven.doxia.tools.SiteTool
-
Populate the pre-defined
reports
menu of the decoration model, if used through<menu ref="reports"/>
.
R
- ReportComparator - Class in org.apache.maven.doxia.tools
-
Sorts reports.
- ReportComparator(Locale) - Constructor for class org.apache.maven.doxia.tools.ReportComparator
-
Default constructor.
- ROLE - Static variable in interface org.apache.maven.doxia.tools.SiteTool
-
Plexus Role
S
- setLogLevel(int) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- SiteTool - Interface in org.apache.maven.doxia.tools
-
Tool to play with Doxia objects like
DecorationModel
. - SiteToolException - Exception Class in org.apache.maven.doxia.tools
-
An exception occurring during the execution of this tool.
- SiteToolException(String) - Constructor for exception class org.apache.maven.doxia.tools.SiteToolException
-
Construct a new
SiteToolException
exception providing amessage
. - SiteToolException(String, Exception) - Constructor for exception class org.apache.maven.doxia.tools.SiteToolException
-
Construct a new
SiteToolException
exception wrapping an underlyingException
and providing amessage
. - SiteToolException(String, Throwable) - Constructor for exception class org.apache.maven.doxia.tools.SiteToolException
-
Construct a new
SiteToolException
exception wrapping an underlyingThrowable
and providing amessage
.
W
- warn(CharSequence) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- warn(CharSequence, Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
- warn(Throwable) - Method in class org.apache.maven.doxia.tools.MojoLogWrapper
All Classes and Interfaces|All Packages|Serialized Form