oracle.forms.jdapi.util
Class FormDumper
java.lang.Object
|
+--oracle.forms.jdapi.util.FormDumper
- public class FormDumper
- extends java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormDumper
public FormDumper()
- Constructor
FormDumper
public FormDumper(java.io.PrintWriter out)
- Special constructor that does not take command line arguments.
- Parameters:
out
- The output writer where to send dump information.
setDumpPath
public void setDumpPath(java.lang.String path)
- Set the dump path.
- Parameters:
path
- The file where the dumper must send the information
println
public void println(java.lang.String s)
dumpForm
public void dumpForm(java.lang.String fileName)
throws java.lang.Exception
dump
protected void dump(JdapiObject jo)
printUsage
public void printUsage()
- Output usage info to STDOUT
main
public static void main(java.lang.String[] args)
throws java.lang.Exception