|
||||||||||
| 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.openanzo.jdbc.utils.opgen.ant.DDLTask
public class DDLTask
Provides file listings and procedure names of DDL.
| Constructor Summary | |
|---|---|
DDLTask()
|
|
| Method Summary | |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fileSet)
Add set of files to task |
void |
execute()
|
java.util.List<org.apache.tools.ant.types.FileSet> |
getFiles()
Get the set of files to process |
java.lang.String[] |
getParams()
Get the template parameters for this statement |
java.lang.String |
getProcedure()
Get the name of the procedure |
void |
setA(java.lang.String paramA)
Set the A parameter |
void |
setB(java.lang.String paramB)
Set the B parameter |
void |
setC(java.lang.String paramC)
Set the C parameter |
void |
setD(java.lang.String paramD)
Set the D parameter |
void |
setE(java.lang.String paramE)
Set the E parameter |
void |
setF(java.lang.String paramF)
Set the F parameter |
void |
setProcedure(java.lang.String procedure)
Set the name of the procedure |
void |
write(java.io.OutputStreamWriter writer,
java.lang.String outputFormat)
Write the DDL output to a file |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLTask()
| Method Detail |
|---|
public void addFileset(org.apache.tools.ant.types.FileSet fileSet)
fileSet - set of files to processpublic java.util.List<org.apache.tools.ant.types.FileSet> getFiles()
public java.lang.String getProcedure()
public void setProcedure(java.lang.String procedure)
procedure - the name of the procedurepublic void setA(java.lang.String paramA)
paramA - the A parameterpublic void setB(java.lang.String paramB)
paramB - the B parameterpublic void setC(java.lang.String paramC)
paramC - the C parameterpublic void setD(java.lang.String paramD)
paramD - the D parameterpublic void setE(java.lang.String paramE)
paramE - the E parameterpublic void setF(java.lang.String paramF)
paramF - the A parameterpublic java.lang.String[] getParams()
public void execute()
execute in class org.apache.tools.ant.Task
public void write(java.io.OutputStreamWriter writer,
java.lang.String outputFormat)
throws java.io.IOException,
java.io.FileNotFoundException
writer - output writer for taskoutputFormat - format to write
java.io.IOException
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||