org.hibernate.tool.ant
Class HbmLintExporterTask

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

public class HbmLintExporterTask
extends ExporterTask


Field Summary
 
Fields inherited from class org.hibernate.tool.ant.ExporterTask
parent
 
Constructor Summary
HbmLintExporterTask(HibernateToolTask parent)
           
 
Method Summary
protected  Exporter createExporter()
           
 
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

HbmLintExporterTask

public HbmLintExporterTask(HibernateToolTask parent)
Method Detail

createExporter

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