|
||||||||||
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
public abstract class AbstractSiteMojo
Base class for site mojos.
Field Summary | |
---|---|
protected org.codehaus.plexus.i18n.I18N |
i18n
Internationalization. |
protected java.lang.String |
locales
A comma separated list of locales supported by Maven. |
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository
The local repository. |
protected org.apache.maven.project.MavenProject |
project
The maven project. |
protected java.util.List<org.apache.maven.project.MavenProject> |
reactorProjects
The reactor projects. |
protected java.io.File |
siteDirectory
Directory containing the site.xml file and the source for apt, fml and xdoc docs. |
protected org.apache.maven.doxia.tools.SiteTool |
siteTool
SiteTool. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractSiteMojo()
|
Method Summary | |
---|---|
protected java.lang.String |
getInputEncoding()
Gets the input files encoding. |
protected java.lang.String |
getOutputEncoding()
Gets the effective reporting output files encoding. |
protected void |
populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel,
java.util.Locale locale,
java.util.Map<java.lang.String,org.apache.maven.reporting.MavenReport> reportsByOutputName)
|
protected static java.lang.String |
toRelative(java.io.File basedir,
java.lang.String absolutePath)
TODO should be removed see PLXUTILS-61 |
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.lang.String locales
protected org.apache.maven.doxia.tools.SiteTool siteTool
protected org.codehaus.plexus.i18n.I18N i18n
protected java.io.File siteDirectory
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected java.util.List<org.apache.maven.project.MavenProject> reactorProjects
Constructor Detail |
---|
public AbstractSiteMojo()
Method Detail |
---|
protected java.lang.String getInputEncoding()
null
.protected java.lang.String getOutputEncoding()
null
.protected void populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel, java.util.Locale locale, java.util.Map<java.lang.String,org.apache.maven.reporting.MavenReport> reportsByOutputName)
protected static java.lang.String toRelative(java.io.File basedir, java.lang.String absolutePath)
basedir
- absolutePath
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |