org.codehaus.mojo.openjpa
Class OpenJpaEnhancerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.openjpa.AbstractOpenJpaMojo
          extended by org.codehaus.mojo.openjpa.AbstractOpenJpaEnhancerMojo
              extended by org.codehaus.mojo.openjpa.OpenJpaEnhancerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class OpenJpaEnhancerMojo
extends AbstractOpenJpaEnhancerMojo

Processes Application model classes and enhances them by running Open JPA Enhancer tool. This basically only acts as a container for the xdoclet stuff since all the required functionality is already in the AbstratOpenJpaEnhancerMojo.

Since:
1.0
Version:
$Id: OpenJpaEnhancerMojo.java 10954 2009-10-23 22:05:45Z struberg $
Author:
Rahul Thakur, Mark Struberg
Is bound to the specified phase of the standard build lifecycle:
process-classes
Requires the dependencies in this specified scope:
compile
Is defined by the goal name:
enhance

Field Summary
 
Fields inherited from class org.codehaus.mojo.openjpa.AbstractOpenJpaEnhancerMojo
addDefaultConstructor, enforcePropertyRestrictions, tmpClassLoader
 
Fields inherited from class org.codehaus.mojo.openjpa.AbstractOpenJpaMojo
classes, compileClasspathElements, OPTION_CONNECTION_DRIVER_NAME, OPTION_CONNECTION_PROPERTIES, OPTION_PROPERTIES, OPTION_PROPERTIES_FILE, project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
OpenJpaEnhancerMojo()
           
 
Method Summary
 
Methods inherited from class org.codehaus.mojo.openjpa.AbstractOpenJpaEnhancerMojo
execute, getOptions
 
Methods inherited from class org.codehaus.mojo.openjpa.AbstractOpenJpaMojo
createOptions, extendRealmClasspath, findEntityClassFiles, getClasspathElements, getEntityClasses, getFilePaths, skipMojo
 
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

OpenJpaEnhancerMojo

public OpenJpaEnhancerMojo()


Copyright © 2008-2014 Codehaus. All Rights Reserved.