org.clazzes.xdr.maven
Class GenSourcesMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.clazzes.xdr.maven.GenSourcesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

This plugin compiles xdr description *.x into java source files.

Author:
rbreuss

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

GenSourcesMojo

public GenSourcesMojo()
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

isUnionAsSingleClass

public boolean isUnionAsSingleClass()
Returns:
the unionAsSingleClass

setUnionAsSingleClass

public void setUnionAsSingleClass(boolean unionAsSingleClass)
Parameters:
unionAsSingleClass - the unionAsSingleClass to set


Copyright © 2009. All Rights Reserved.