org.hibernate.tool.ant
Class Hbm2DocExporterTask

java.lang.Object
  extended by org.hibernate.tool.ant.ExporterTask
      extended by org.hibernate.tool.ant.Hbm2DocExporterTask

public class Hbm2DocExporterTask
extends ExporterTask


Field Summary
 
Fields inherited from class org.hibernate.tool.ant.ExporterTask
parent
 
Constructor Summary
Hbm2DocExporterTask(HibernateToolTask parent)
           
 
Method Summary
protected  Exporter createExporter()
           
 String getName()
           
 
Methods inherited from class org.hibernate.tool.ant.ExporterTask
addConfiguredProperty, addConfiguredPropertySet, configureExporter, execute, getDestdir, getTemplatePath, setDestdir, setTemplatePath, setTemplatePrefix, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hbm2DocExporterTask

public Hbm2DocExporterTask(HibernateToolTask parent)
Method Detail

getName

public String getName()

createExporter

protected Exporter createExporter()
Specified by:
createExporter in class ExporterTask