org.apache.openjpa.tools.maven
Class OpenJpaTestEnhancerMojo
java.lang.Object
   org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.AbstractMojo
       org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
org.apache.openjpa.tools.maven.AbstractOpenJpaMojo
           org.apache.openjpa.tools.maven.AbstractOpenJpaEnhancerMojo
org.apache.openjpa.tools.maven.AbstractOpenJpaEnhancerMojo
               org.apache.openjpa.tools.maven.OpenJpaTestEnhancerMojo
org.apache.openjpa.tools.maven.OpenJpaTestEnhancerMojo
- All Implemented Interfaces: 
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- public class OpenJpaTestEnhancerMojo 
- extends AbstractOpenJpaEnhancerMojo
Processes Application model classes and enhances them by running Open JPA
 Enhancer tool.
- Since:
- 1.1
- Version:
- $Id: OpenJpaTestEnhancerMojo.java 9137 2009-02-28 21:55:03Z struberg $
| Field Summary | 
| protected  List<String> | testClasspathElementsList of all class path elements that will be searched for the
 persistence-enabledclasses and resources expected by
 PCEnhancer. | 
 
 
 
| Fields inherited from interface org.apache.maven.plugin.Mojo | 
| ROLE | 
 
 
| Method Summary | 
| protected  List<String> | getClasspathElements()This function overloads
 AbstractOpenJpaMojo#getClasspathElements()to return the test
 classpath elements. | 
| protected  File | getEntityClasses()The File where the class files of the entities to enhance reside
 | 
| protected  boolean | skipMojo()Determine if the mojo execution should get skipped.
 | 
 
 
 
| 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 | 
 
testClasspathElements
protected List<String> testClasspathElements
- List of all class path elements that will be searched for the
 persistence-enabledclasses and resources expected by
 PCEnhancer.
 
 
OpenJpaTestEnhancerMojo
public OpenJpaTestEnhancerMojo()
getClasspathElements
protected List<String> getClasspathElements()
- This function overloads AbstractOpenJpaMojo#getClasspathElements()to return the test
 classpath elements.
 
- 
- Overrides:
- getClasspathElementsin class- AbstractOpenJpaMojo
 
- 
- Returns:
- List of classpath elements for the test phase
 
getEntityClasses
protected File getEntityClasses()
- The File where the class files of the entities to enhance reside
 
- 
- Overrides:
- getEntityClassesin class- AbstractOpenJpaMojo
 
- 
- Returns:
- normaly the test entity classes are located in target/test-classes
 
skipMojo
protected boolean skipMojo()
- Description copied from class: AbstractOpenJpaMojo
- Determine if the mojo execution should get skipped. This is the case if:- 
 
- 
- Overrides:
- skipMojoin class- AbstractOpenJpaMojo
 
- 
- Returns:
- trueif the mojo execution should be skipped.
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.