public abstract class ExporterTask extends Object
Modifier and Type | Field and Description |
---|---|
protected HibernateToolTask |
parent |
Constructor and Description |
---|
ExporterTask(HibernateToolTask parent) |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredProperty(org.apache.tools.ant.types.Environment.Variable property) |
void |
addConfiguredPropertySet(org.apache.tools.ant.types.PropertySet ps) |
protected abstract org.hibernate.tool.hbm2x.Exporter |
createExporter() |
void |
execute() |
org.hibernate.cfg.Configuration |
getConfiguration() |
File |
getDestdir() |
void |
setConfiguration(org.hibernate.cfg.Configuration configuration) |
void |
setDestdir(File destdir) |
void |
setOutputFileName(String fileName)
File out put name (default: empty)
|
protected HibernateToolTask parent
public ExporterTask(HibernateToolTask parent)
public void execute()
protected abstract org.hibernate.tool.hbm2x.Exporter createExporter()
public File getDestdir()
public void setDestdir(File destdir)
public void addConfiguredPropertySet(org.apache.tools.ant.types.PropertySet ps)
public void addConfiguredProperty(org.apache.tools.ant.types.Environment.Variable property)
public org.hibernate.cfg.Configuration getConfiguration()
public void setConfiguration(org.hibernate.cfg.Configuration configuration)
public void setOutputFileName(String fileName)
Copyright © 2014. All rights reserved.