Klasse DoxiaRenderBooksMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.doxia.plugin.DoxiaRenderBooksMojo
- Alle implementierten Schnittstellen:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="render-books")
public class DoxiaRenderBooksMojo
extends org.apache.maven.plugin.AbstractMojo
A Mojo to create books in different output formats.
- Seit:
- 1.0
- Version:
- $Id$
- Autor:
- Trygve Laugstøl
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungprotected StringA comma separated list of locales supported by Maven.protected org.apache.maven.doxia.tools.SiteToolSiteTool.Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo
ROLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Felddetails
-
siteTool
@Component protected org.apache.maven.doxia.tools.SiteTool siteToolSiteTool. -
locales
A comma separated list of locales supported by Maven. The first valid token will be the default Locale for this instance of the Java Virtual Machine.
-
-
Konstruktordetails
-
DoxiaRenderBooksMojo
public DoxiaRenderBooksMojo()
-
-
Methodendetails
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionExecutes the Mojo.- Löst aus:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getInputEncoding
Gets the input files encoding.- Gibt zurück:
- The input files encoding, never
null. - Seit:
- 1.1
-
getOutputEncoding
Gets the effective reporting output files encoding.- Gibt zurück:
- The effective reporting output file encoding, never
null. - Seit:
- 1.1
-