|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.tigris.scarab.util.build.AntSchemaFix
This class is used as ant task backend for the generation of a property file by use of a template file.
| Field Summary | |
(package private) java.lang.String |
dbtype
|
(package private) java.io.File |
sourceFile
|
(package private) java.io.File |
targetFile
|
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
AntSchemaFix()
|
|
| Method Summary | |
void |
execute()
fix schema-file if dbtype is hypersonic. |
java.lang.Object |
getProperty(java.lang.String name,
java.lang.Object def)
dummy method. |
void |
setDbtype(java.lang.String theDbtype)
database type for which to run the fix. |
void |
setSource(java.lang.String theSourceFileName)
Source schema file to be fixed. |
void |
setTarget(java.lang.String theTargetFileName)
target schema file to be created. |
| 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 org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.io.File sourceFile
java.io.File targetFile
java.lang.String dbtype
| Constructor Detail |
public AntSchemaFix()
| Method Detail |
public void setSource(java.lang.String theSourceFileName)
theSourceFileName - public void setTarget(java.lang.String theTargetFileName)
theTargetFileName - public void setDbtype(java.lang.String theDbtype)
theDbtype - public void execute()
public java.lang.Object getProperty(java.lang.String name,
java.lang.Object def)
getProperty in interface PropertyGettername -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||