org.apache.maven.doxia.plugin
Class DoxiaRenderBooksMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.doxia.plugin.DoxiaRenderBooksMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class DoxiaRenderBooksMojo
- extends org.apache.maven.plugin.AbstractMojo
A Mojo to create books in different output formats.
- Version:
- $Id: DoxiaRenderBooksMojo.java 572957 2007-09-05 14:24:18Z ltheussl $
- Author:
- Trygve Laugstøl
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
Executes the Mojo. |
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 |
DoxiaRenderBooksMojo
public DoxiaRenderBooksMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Executes the Mojo.
- Throws:
org.apache.maven.plugin.MojoExecutionException
- if an exception occurs during the execution of the plugin.
org.apache.maven.plugin.MojoFailureException
- if there are configuration errors.
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.