org.codehaus.mojo.hibernate3
Class Hbm2DocExporterMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.hibernate3.AbstractHibernateMojo
          extended by org.codehaus.mojo.hibernate3.AbstractHibernateToolMojo
              extended by org.codehaus.mojo.hibernate3.Hbm2DocExporterMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, HibernateMojo

public final class Hbm2DocExporterMojo
extends AbstractHibernateToolMojo

"hbm2doc" generates html documentation a'la javadoc for the database schema.


Field Summary
 
Fields inherited from class org.codehaus.mojo.hibernate3.AbstractHibernateToolMojo
hibernatetool
 
Fields inherited from class org.codehaus.mojo.hibernate3.AbstractHibernateMojo
classRealm, localRepository, session
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
Hbm2DocExporterMojo()
           
 
Method Summary
 String getGoalName()
          Returns the name for this goal.
 
Methods inherited from class org.codehaus.mojo.hibernate3.AbstractHibernateToolMojo
getConfiguration
 
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
 

Constructor Detail

Hbm2DocExporterMojo

public Hbm2DocExporterMojo()
Method Detail

getGoalName

public String getGoalName()
Description copied from interface: HibernateMojo
Returns the name for this goal.

Returns:
String
See Also:
HibernateMojo.getGoalName()


Copyright © 2005-2012 Codehaus. All Rights Reserved.