org.joda.beans.maven
Class JodaBeansGenerateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.joda.beans.maven.AbstractJodaBeansMojo
org.joda.beans.maven.JodaBeansGenerateMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JodaBeansGenerateMojo
- extends AbstractJodaBeansMojo
Maven plugin for generating Joda-Beans.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
JodaBeansGenerateMojo
public JodaBeansGenerateMojo()
runTool
protected int runTool(Class<?> toolClass,
List<String> argsList)
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Description copied from class:
AbstractJodaBeansMojo
- Runs the tool.
- Overrides:
runTool in class AbstractJodaBeansMojo
- Parameters:
toolClass - the tool class, not nullargsList - the argument flags, not null
- Returns:
- the number of changes
- Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occurs
org.apache.maven.plugin.MojoFailureException - if a failure occurs
Copyright © 2013 Joda.org. All rights reserved.