org.codehaus.mojo.hibernate3
Class AbstractHibernateToolMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.hibernate3.AbstractHibernateMojo
          extended by org.codehaus.mojo.hibernate3.AbstractHibernateToolMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, HibernateMojo
Direct Known Subclasses:
GenericExporterMojo, Hbm2CfgXmlExporterMojo, Hbm2DAOExporterMojo, Hbm2DDLExporterMojo, Hbm2DocExporterMojo, Hbm2HbmXmlExporterMojo, Hbm2JavaExporterMojo, HbmLintExporterMojo, QueryExporterMojo, RunExporterMojo

public abstract class AbstractHibernateToolMojo
extends AbstractHibernateMojo

Abstract class for any implementing "hibernatetool" goal.


Field Summary
protected  org.codehaus.plexus.configuration.PlexusConfiguration hibernatetool
          The "hibernatetool" element containing the plugin configuration.
 
Fields inherited from class org.codehaus.mojo.hibernate3.AbstractHibernateMojo
classRealm, localRepository, session
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractHibernateToolMojo()
           
 
Method Summary
 org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
          Returns the PlexusConfiguration for this goal.
 
Methods inherited from class org.codehaus.mojo.hibernate3.AbstractHibernateMojo
execute, getAntClassLoader
 
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.codehaus.mojo.hibernate3.HibernateMojo
getGoalName
 

Field Detail

hibernatetool

protected org.codehaus.plexus.configuration.PlexusConfiguration hibernatetool
The "hibernatetool" element containing the plugin configuration.

Constructor Detail

AbstractHibernateToolMojo

public AbstractHibernateToolMojo()
Method Detail

getConfiguration

public org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
                                                                       throws org.apache.maven.plugin.MojoExecutionException
Description copied from interface: HibernateMojo
Returns the PlexusConfiguration for this goal.

Returns:
PlexusConfiguration
Throws:
org.apache.maven.plugin.MojoExecutionException
See Also:
HibernateMojo.getConfiguration()


Copyright © 2005-2012 Codehaus. All Rights Reserved.