|
Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.appltest.diagfwk.cli.DiagControl
public class DiagControl
This class is the entry point for the diagnostics engine through the command line.
DiagControl allows execution of one or more supported verbs through the command-line.
Field Summary | |
---|---|
static java.lang.String |
SYSPROP_CLI_BASE_DIR
System property provided by the wrapper script to tell us where the CLI lives so we can find it's JPS config file. |
static java.lang.String |
SYSPROP_CLI_SKIP_OVERRIDE_JPS_CONFIG_FILE
Special system property set by the unit tests to skip setting the jps.config system property so that we can use the jps-config-ut.xml which is writable. |
static java.lang.String |
SYSPROP_EXIT_WHEN_DONE
Internal system property to indicate to diag control whether or not to system exit when done. |
Constructor Summary | |
---|---|
DiagControl()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method is invoked by a wrapper command line script along with any arguments required for the invocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SYSPROP_EXIT_WHEN_DONE
public static final java.lang.String SYSPROP_CLI_BASE_DIR
public static final java.lang.String SYSPROP_CLI_SKIP_OVERRIDE_JPS_CONFIG_FILE
Constructor Detail |
---|
public DiagControl()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- a list of arguments required for the
invocation. One of the arguments must be the verb
to be executed.
|
Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |