org.codehaus.mojo.hibernate3
Interface HibernateMojo

All Known Implementing Classes:
AbstractHibernateMojo, AbstractHibernateToolMojo, GenericExporterMojo, Hbm2CfgXmlExporterMojo, Hbm2DAOExporterMojo, Hbm2DDLExporterMojo, Hbm2DocExporterMojo, Hbm2HbmXmlExporterMojo, Hbm2JavaExporterMojo, HbmLintExporterMojo, InstrumentExporterMojo, QueryExporterMojo, RunExporterMojo

public interface HibernateMojo

Hibernate mojo interface.


Method Summary
 org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
          Returns the PlexusConfiguration for this goal.
 String getGoalName()
          Returns the name for this goal.
 

Method Detail

getConfiguration

org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
                                                                       throws org.apache.maven.plugin.MojoExecutionException
Returns the PlexusConfiguration for this goal.

Returns:
PlexusConfiguration
Throws:
org.apache.maven.plugin.MojoExecutionException

getGoalName

String getGoalName()
Returns the name for this goal.

Returns:
String


Copyright © 2005-2012 Codehaus. All Rights Reserved.