|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.site.AbstractSiteMojo
org.apache.maven.plugins.site.AbstractSiteRenderingMojo
Base class for site rendering mojos.
| Field Summary | |
protected org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory
The component used for creating artifact instances. |
protected org.apache.maven.artifact.resolver.ArtifactResolver |
artifactResolver
The component that is used to resolve additional artifacts required. |
protected org.apache.maven.doxia.site.decoration.inheritance.DecorationModelInheritanceAssembler |
assembler
The component for assembling inheritance. |
protected java.util.Map |
attributes
The template properties for rendering the site. |
protected java.io.File |
generatedSiteDirectory
Directory containing generated documentation. |
protected java.util.Map |
moduleExcludes
Module type exclusion mappings ex: fml -> **/*-m1.fml (excludes fml files ending in '-m1.fml' recursively)
The configuration looks like this:
<moduleExcludes>
<moduleType>filename1.ext,**/*sample.ext</moduleType>
<! |
protected java.util.List |
reports
|
protected java.util.List |
repositories
Remote repositories used for the project. |
protected org.apache.maven.doxia.siterenderer.Renderer |
siteRenderer
Site renderer. |
| Fields inherited from class org.apache.maven.plugins.site.AbstractSiteMojo |
i18n, locales, localRepository, mavenProjectBuilder, outputEncoding, project, reactorProjects, siteDirectory, siteTool |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Constructor Summary | |
AbstractSiteRenderingMojo()
|
|
| Method Summary | |
protected java.util.Map |
categoriseReports(java.util.Collection reports)
|
protected org.apache.maven.doxia.siterenderer.SiteRenderingContext |
createSiteRenderingContext(java.util.Locale locale)
|
protected java.util.List |
filterReports(java.util.List reports)
|
protected java.util.Map |
locateDocuments(org.apache.maven.doxia.siterenderer.SiteRenderingContext context,
java.util.List reports,
java.util.Locale locale)
|
protected java.util.Map |
locateReports(java.util.List reports,
java.util.Map documents,
java.util.Locale locale)
|
| Methods inherited from class org.apache.maven.plugins.site.AbstractSiteMojo |
getInputEncoding, populateReportItems, toRelative |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
| Field Detail |
protected java.util.Map moduleExcludes
fml -> **/*-m1.fml (excludes fml files ending in '-m1.fml' recursively)
The configuration looks like this:
<moduleExcludes>
<moduleType>filename1.ext,**/*sample.ext</moduleType>
<!-- moduleType can be one of 'apt', 'fml' or 'xdoc'. -->
<!-- The value is a comma separated list of -->
<!-- filenames or fileset patterns. -->
<!-- Here's an example: -->
<xdoc>changes.xml,navigation.xml</xdoc>
</moduleExcludes>
protected org.apache.maven.doxia.site.decoration.inheritance.DecorationModelInheritanceAssembler assembler
protected org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver
protected java.util.List repositories
protected org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
protected java.util.Map attributes
protected org.apache.maven.doxia.siterenderer.Renderer siteRenderer
protected java.util.List reports
protected java.io.File generatedSiteDirectory
| Constructor Detail |
public AbstractSiteRenderingMojo()
| Method Detail |
protected java.util.List filterReports(java.util.List reports)
protected org.apache.maven.doxia.siterenderer.SiteRenderingContext createSiteRenderingContext(java.util.Locale locale)
throws org.apache.maven.plugin.MojoExecutionException,
java.io.IOException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
java.io.IOException
org.apache.maven.plugin.MojoFailureException
protected java.util.Map locateReports(java.util.List reports,
java.util.Map documents,
java.util.Locale locale)
protected java.util.Map categoriseReports(java.util.Collection reports)
protected java.util.Map locateDocuments(org.apache.maven.doxia.siterenderer.SiteRenderingContext context,
java.util.List reports,
java.util.Locale locale)
throws java.io.IOException,
org.apache.maven.doxia.siterenderer.RendererException
java.io.IOException
org.apache.maven.doxia.siterenderer.RendererException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||