org.jsonddl.maven
Class JsonDdlMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.jsonddl.maven.JsonDdlMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
JsonDdlTestMojo

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

Runs the JsonDdl code generator.


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JsonDdlMojo()
           
 
Method Summary
 void execute()
           
protected  boolean isTest()
           
 
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

JsonDdlMojo

public JsonDdlMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

isTest

protected boolean isTest()


Copyright © 2011-2012. All Rights Reserved.