com.github.himadri77
Class GenerateDefaultImpl

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.github.himadri77.GenerateDefaultImpl
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-default-impl",
      defaultPhase=GENERATE_SOURCES)
@Execute(phase=GENERATE_SOURCES,
         goal="generate-default-impl")
public class GenerateDefaultImpl
extends org.apache.maven.plugin.AbstractMojo


Field Summary
static Map<Class<?>,String> PRIMITIVE_RETURN_VALUES
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
GenerateDefaultImpl()
           
 
Method Summary
 void execute()
           
 
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
 

Field Detail

PRIMITIVE_RETURN_VALUES

public static final Map<Class<?>,String> PRIMITIVE_RETURN_VALUES
Constructor Detail

GenerateDefaultImpl

public GenerateDefaultImpl()
Method Detail

execute

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


Copyright © 2014. All rights reserved.