Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.cli
Class DiagControl

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.cli.DiagControl

public class DiagControl
extends java.lang.Object

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

SYSPROP_EXIT_WHEN_DONE

public static final java.lang.String SYSPROP_EXIT_WHEN_DONE
Internal system property to indicate to diag control whether or not to system exit when done. This can be used by Junit tests to test DiagControl directly for positive and negative testing.

See Also:
Constant Field Values

SYSPROP_CLI_BASE_DIR

public static final 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.

See Also:
Constant Field Values

SYSPROP_CLI_SKIP_OVERRIDE_JPS_CONFIG_FILE

public static final 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.

See Also:
Constant Field Values
Constructor Detail

DiagControl

public DiagControl()
Method Detail

main

public 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.

Parameters:
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 Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.