org.joda.beans.maven
Class JodaBeansGenerateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.joda.beans.maven.JodaBeansGenerateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JodaBeansGenerateMojo
extends org.apache.maven.plugin.AbstractMojo

Maven plugin for running Joda-Beans.

Author:
Stephen Colebourne

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JodaBeansGenerateMojo()
           
 
Method Summary
 void execute()
          Executes the Joda-Beans generator.
 
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
 

Constructor Detail

JodaBeansGenerateMojo

public JodaBeansGenerateMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Executes the Joda-Beans generator.

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2013 Joda.org. All Rights Reserved.