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

    Felder
    Modifikator und Typ
    Feld
    Beschreibung
    protected String
    A comma separated list of locales supported by Maven.
    protected org.apache.maven.doxia.tools.SiteTool
    SiteTool.

    Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo

    ROLE
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    void
    Executes the Mojo.
    protected String
    Gets the input files encoding.
    protected String
    Gets the effective reporting output files encoding.

    Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • siteTool

      @Component protected org.apache.maven.doxia.tools.SiteTool siteTool
      SiteTool.
    • locales

      @Parameter(defaultValue="${locales}") protected String 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.MojoFailureException
      Executes the Mojo.
      Löst aus:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • getInputEncoding

      protected String getInputEncoding()
      Gets the input files encoding.
      Gibt zurück:
      The input files encoding, never null.
      Seit:
      1.1
    • getOutputEncoding

      protected String getOutputEncoding()
      Gets the effective reporting output files encoding.
      Gibt zurück:
      The effective reporting output file encoding, never null.
      Seit:
      1.1