Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate.tool » ant » [javadoc | source]
org.hibernate.tool.ant
public class: ConfigurationTask [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.hibernate.tool.ant.ConfigurationTask

All Implemented Interfaces:
    Cloneable

Direct Known Subclasses:
    JPAConfigurationTask, JDBCConfigurationTask, AnnotationConfigurationTask

Field Summary
protected  String entityResolver     
Constructor:
 public ConfigurationTask() 
Method from org.hibernate.tool.ant.ConfigurationTask Summary:
addConfiguredFileSet,   addFile,   createConfiguration,   doConfiguration,   getConfiguration,   getConfigurationFile,   getProperties,   getPropertyFile,   setConfigurationFile,   setEntityResolver,   setNamingStrategy,   setPropertyFile,   validateParameters
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   init,   log,   log,   log,   log,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tool.ant.ConfigurationTask Detail:
 public  void addConfiguredFileSet(FileSet fileSet) 
 protected boolean addFile(File filename) 
 protected Configuration createConfiguration() 
 protected  void doConfiguration(Configuration configuration) 
 public final Configuration getConfiguration() 
 public File getConfigurationFile() 
 protected Properties getProperties() 
 public File getPropertyFile() 
 public  void setConfigurationFile(File configurationFile) 
 public  void setEntityResolver(String entityResolverName) 
 public  void setNamingStrategy(String namingStrategy) 
 public  void setPropertyFile(File propertyFile) 
 protected  void validateParameters() throws BuildException