java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.enableit.db.ant.AbstractDBTask
org.enableit.db.darrt.ant.AbstractSchemaTask
org.enableit.db.darrt.ant.SchemaImporterTask
- public class SchemaImporterTask
- extends AbstractSchemaTask
Creates the schema with the definitions held
in the schema definition XML.
The target database can be defined directly using attributes of this task,
or within the target schema XML (The task checks in that order).
|
Method Summary |
void |
execute()
Creates the schema. |
| Methods inherited from class org.enableit.db.darrt.ant.AbstractSchemaTask |
addFormatter, checkInputs, checkRefInputs, checkTargetInputs, getFormatters, getReferenceProvider, getReportListeners, getSchemaHandler, getTargetProvider, setReferenceFile, setTargetDriver, setTargetFile, setTargetPassword, setTargetSchemaName, setTargetUrl, setTargetUserid |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
- The Log4J
Logger doing the logging.
about
public static final java.lang.String about
- CVS info about this class and its current version
- See Also:
- Constant Field Values
SchemaImporterTask
public SchemaImporterTask()
- Default Constructor.
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Creates the schema.
- Specified by:
execute in class AbstractSchemaTask