org.appfuse.mojo.refactor
Class AppFusePackageRefactorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.appfuse.mojo.HibernateExporterMojo
org.appfuse.mojo.refactor.AppFusePackageRefactorMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.mojo.hibernate3.ExporterMojo
public class AppFusePackageRefactorMojo
- extends HibernateExporterMojo
Refactors appfuse.org from imports, files, mappings, etc.
- Author:
- David L. Whitehurst
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
protected org.hibernate.tool.hbm2x.Exporter |
createExporter()
extending Hibernate exporter only to access the Maven project |
void |
execute()
|
String |
getName()
extending Hibernate exporter only to access the Maven project |
| Methods inherited from class org.appfuse.mojo.HibernateExporterMojo |
addDefaultComponent, configureExporter, doExecute, getComponent, getComponentConfiguration, getComponentProperties, getComponentProperty, getComponentProperty, getComponentProperty, getProject, isFullSource |
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
getLog, setLog |
AppFusePackageRefactorMojo
public AppFusePackageRefactorMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class HibernateExporterMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException- See Also:
Mojo.execute()
createExporter
protected org.hibernate.tool.hbm2x.Exporter createExporter()
- extending Hibernate exporter only to access the Maven project
- Specified by:
createExporter in class HibernateExporterMojo
- Returns:
- null
getName
public String getName()
- extending Hibernate exporter only to access the Maven project
- Returns:
- null
Copyright © 2003-2012. All Rights Reserved.