|
||||||||||
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 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 List<org.apache.maven.project.MavenProject> |
reactorProjects
The reactor projects. |
protected 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 String |
getInputEncoding()
Gets the input files encoding. |
protected String |
getOutputEncoding()
Gets the effective reporting output files encoding. |
protected void |
populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel,
Locale locale,
Map<String,org.apache.maven.reporting.MavenReport> reportsByOutputName)
|
protected static String |
toRelative(File basedir,
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 String locales
protected org.apache.maven.doxia.tools.SiteTool siteTool
protected org.codehaus.plexus.i18n.I18N i18n
protected File siteDirectory
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected List<org.apache.maven.project.MavenProject> reactorProjects
Constructor Detail |
---|
public AbstractSiteMojo()
Method Detail |
---|
protected String getInputEncoding()
null
.protected String getOutputEncoding()
null
.protected void populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel, Locale locale, Map<String,org.apache.maven.reporting.MavenReport> reportsByOutputName)
protected static String toRelative(File basedir, String absolutePath)
basedir
- absolutePath
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |