|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.forms.jdapi.util.FormDumper
Dumps forms objects to an output stream as text.
Set command line options for more output, else only the basic form tree structure will be dumped.
See printUsage for command line options.
| Constructor Summary | |
FormDumper()
Constructor |
|
FormDumper(java.io.PrintWriter out)
Special constructor that does not take command line arguments. |
|
| Method Summary | |
protected void |
dump(JdapiObject jo)
|
void |
dumpForm(java.lang.String fileName)
|
static void |
main(java.lang.String[] args)
|
void |
println(java.lang.String s)
|
void |
printUsage()
Output usage info to STDOUT |
void |
setDumpPath(java.lang.String path)
Set the dump path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormDumper()
public FormDumper(java.io.PrintWriter out)
out - The output writer where to send dump information.| Method Detail |
public void setDumpPath(java.lang.String path)
path - The file where the dumper must send the informationpublic void println(java.lang.String s)
public void dumpForm(java.lang.String fileName)
throws java.lang.Exception
java.lang.Exceptionprotected void dump(JdapiObject jo)
public void printUsage()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||