| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.appltest.diagfwk.cli.BaseVerb
oracle.apps.fnd.appltest.diagfwk.cli.HelpVerb
public class HelpVerb
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants | 
|---|
| DiagConstants.ExecutionMode, DiagConstants.Format, DiagConstants.LinkType, DiagConstants.Status | 
| Field Summary | 
|---|
| Fields inherited from class oracle.apps.fnd.appltest.diagfwk.cli.BaseVerb | 
|---|
| CMD, SH | 
| Fields inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagCmdConstants | 
|---|
| DELIM_VALUE, PARAM_APP, PARAM_CHILD_REPORTS, PARAM_CONNECT_STR, PARAM_DB_PWD, PARAM_DB_UN, PARAM_DESTDIR, PARAM_DIR, PARAM_EXEC_MODE, PARAM_EXECID, PARAM_FORMAT, PARAM_HELP, PARAM_LANG, PARAM_MAKESUBDIR, PARAM_MODID, PARAM_MODKEY, PARAM_NTHREADS, PARAM_PREREQ, PARAM_PRINTTOCONSOLE, PARAM_PRINTTREE, PARAM_PWD, PARAM_QUERY, PARAM_RECURSE, PARAM_REGISTER, PARAM_REPORT, PARAM_RUN_LOCALLY, PARAM_RUN_NAME, PARAM_RUNID, PARAM_RUNTEST, PARAM_STATUS, PARAM_TEST, PARAM_TESTFILE, PARAM_TOKEN_INPUT, PARAM_TOKEN_TAG, PARAM_TRANSLATE, PARAM_USERNAME, PARAM_VALIDATE_ONLY, PARAM_WAITFORCOMPLETION, PARAM_WRITETOFILE, PRE_POPULATED_EXECID | 
| Constructor Summary | |
|---|---|
| HelpVerb() | |
| Method Summary | |
|---|---|
|  void | cleanup()Performs any cleanup activities required after the execution of the verb has completed. | 
|  void | execute()Overrides the execute method in order to display verb specific help. | 
|  DiagCmd | getDiagEngineCmd()Returns the diagnostics engine command to be executed for this verb. | 
| protected  java.lang.String[] | getDuplicateAllowedParamNames()Returns an array of parameter names for this verb for which multiple values are allowed. | 
| protected  java.lang.String[] | getExpectedParamNames()Returns an array of expected parameter names for this verb. | 
|  oracle.apps.fnd.appllcm.sdk.common.ResourceRef | getHelpDefinition()This API gives the user help on how to run DiagControl with the given verb. | 
|  void | processOutput(java.lang.Object o)Processes the output object produced by running the command. | 
| protected  boolean | requiresDbConn()Checks if this CLI-verb requires connection to the database. | 
|  boolean | validateArgs(NameValueList coll)This API validates the command line arguments pass to DiagControl. | 
|  boolean | validateCmdArgs() | 
| Methods inherited from class oracle.apps.fnd.appltest.diagfwk.cli.BaseVerb | 
|---|
| getParam, getParam, getParamList, getShellExtn, getVerbName, print, print, println, println, setParamList, setVerbName, validateDbConnectInfo, validateDuplicateParams, validateExpectedParams, validateUnPwdExist | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HelpVerb()
| Method Detail | 
|---|
public boolean validateArgs(NameValueList coll)
BaseVerb
validateArgs in class BaseVerbcoll - Collection of arguments passed to DiagControl
public boolean validateCmdArgs()
validateCmdArgs in class BaseVerbpublic oracle.apps.fnd.appllcm.sdk.common.ResourceRef getHelpDefinition()
BaseVerb
getHelpDefinition in class BaseVerbpublic DiagCmd getDiagEngineCmd()
BaseVerb
getDiagEngineCmd in class BaseVerbpublic void processOutput(java.lang.Object o)
BaseVerb
processOutput in class BaseVerbo - output object produced by the command
 for this verb.public void execute()
execute in class BaseVerbpublic void cleanup()
BaseVerb
cleanup in class BaseVerbprotected java.lang.String[] getExpectedParamNames()
BaseVerb
getExpectedParamNames in class BaseVerbprotected java.lang.String[] getDuplicateAllowedParamNames()
BaseVerb
getDuplicateAllowedParamNames in class BaseVerbprotected boolean requiresDbConn()
BaseVerb
requiresDbConn in class BaseVerbtrue if this verb requires connection
 to the database. Returns false otherwise.| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||