|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 void |
checkMavenVersion()
Check the current Maven version and emit a warning if it's Maven 3. |
protected String |
getInputEncoding()
Gets the input files encoding. |
protected String |
getMavenVersion()
|
protected String |
getOutputEncoding()
Gets the effective reporting output files encoding. |
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 checkMavenVersion()
protected String getMavenVersion() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |