oracle.forms.jdapi.demo
Class Traverse
java.lang.Object
|
+--oracle.forms.jdapi.demo.Traverse
- public class Traverse
- extends java.lang.Object
Forms JAVA API (JDAPI): Sample 6 - Traverse
In this sample we list out all of the objects that are within
the module that is supplied as a command line arg to the class
The name of the object (if it has one) and the Class (in JDAPI terms)
is printed out in a simple list
This introduces JdapiIterator for iterating through child objects
- Version:
- 1.0
- Author:
- drmills, 13-August-2001
Constructor Summary |
Traverse(java.lang.String[] mainArgs)
The traverse constructor simply parses the command line
and opens the module it then calls recurseObjects to
work through the module |
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
printUsage()
Prints out the usage for this sample |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_sample_name
static java.lang.String s_sample_name
s_sample_version
static java.lang.String s_sample_version
Traverse
public Traverse(java.lang.String[] mainArgs)
- The traverse constructor simply parses the command line
and opens the module it then calls recurseObjects to
work through the module
- Parameters:
args
- arguments passed from the command line- Throws:
no
- exceptions thrown
main
public static void main(java.lang.String[] args)
printUsage
public static void printUsage()
- Prints out the usage for this sample
- Returns:
- no return value
- Throws:
no
- exceptions thrown