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

All Implemented Interfaces:
    Cloneable

Class that uses reflection to load AnnotatioConfiguration. Done to avoid jdk 1.5 compile dependency in tools.
Fields inherited from org.hibernate.tool.ant.ConfigurationTask:
entityResolver
Constructor:
 public AnnotationConfigurationTask() 
Method from org.hibernate.tool.ant.AnnotationConfigurationTask Summary:
createConfiguration,   validateParameters
Methods from org.hibernate.tool.ant.ConfigurationTask:
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.AnnotationConfigurationTask Detail:
 protected Configuration createConfiguration() 
 protected  void validateParameters() throws BuildException