Modifier and Type | Field and Description |
---|---|
protected LogUtilities |
RobotJHook.log |
protected LogUtilities |
ProcessRequest.log
LogUtilities to be used by this processor.
|
protected LogUtilities |
Processor.log |
protected LogUtilities |
JavaHook.log
The LogUtilities the hook will use for logging.
|
protected LogUtilities |
DDGUIUtilities.log |
Modifier and Type | Method and Description |
---|---|
LogUtilities |
ProcessRequest.getLogUtilities() |
LogUtilities |
Processor.getLogUtilities() |
abstract LogUtilities |
JavaHook.getLogUtilities()
Retrieve the LogUtilities used by the subclass.
|
LogUtilities |
DDGUIUtilities.getLogUtilities() |
LogUtilities |
DCJavaHook.getLogUtilities() |
Modifier and Type | Method and Description |
---|---|
void |
RobotJHook.setLogUtil(LogUtilities lu)
Allows the running script to set the appropriate LogUtilities class/subclass
to manage logging
|
void |
ProcessRequest.setLogUtilities(LogUtilities log) |
void |
Processor.setLogUtilities(LogUtilities log) |
void |
JavaHook.setLogUtilities(LogUtilities lu) |
void |
DDGUIUtilities.setLogUtilities(LogUtilities log)
A one-time setting of the LogUtilities to be used by this instance.
|
Constructor and Description |
---|
DCJavaHook(java.lang.String process_name,
LogUtilities logs)
Constructor for DCJavaHook
|
DCJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs)
Standard Constructor for DCJavaHook
|
DCJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
TestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor)
Advanced Constructor for DCJavaHook.
|
JavaHook(java.lang.String process_name,
LogUtilities logs)
Minimal initialization constructor.
|
JavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs)
Standard initialization constructor.
|
JavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
TestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor)
Advanced Constructor.
|
JavaSocketsHook(java.lang.String process_name,
LogUtilities logs) |
JavaSocketsHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs) |
JavaSocketsHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
SocketTestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor) |
ProcessRequest(TestRecordHelper testRecordData,
LogUtilities log)
Standard constructor allowing for default Driver Command and Test Step Processors.
|
ProcessRequest(TestRecordHelper testRecordData,
LogUtilities log,
Processor altDriverCommandsProcessor,
Processor altTestStepProcessor,
Processor altCustomDriverCommandsProcessor,
Processor altCustomTestStepProcessor)
Advanced constructor allowing for Driver Command and Test Step Processors different
from the those provided by default.
|
ProcessRequest(TestRecordHelper testRecordData,
LogUtilities log,
Processor altEngineCommandsProcessor,
Processor altDriverCommandsProcessor,
Processor altTestStepProcessor,
Processor altCustomEngineCommandsProcessor,
Processor altCustomDriverCommandsProcessor,
Processor altCustomTestStepProcessor)
Advanced constructor allowing for Engine, Driver, and Test Processors different
from the those provided by default.
|
ProcessRequest(TestRecordHelper testRecordData,
LogUtilities log,
java.util.Vector processorList)
Advanced constructor allowing for an alternate list of processors.
|
Modifier and Type | Method and Description |
---|---|
LogUtilities |
DJavaHook.getLogUtilities()
Use this method to retrieve/create the current/default LogUtilities instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DTestStepProcessor.setLogUtilities(LogUtilities _log) |
Constructor and Description |
---|
DJavaHook(java.lang.String process_name,
LogUtilities logs)
Constructor for DJavaHook
Simply calls super(process_name, logs)
|
DJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs)
Constructor for DJavaHook
Simply calls super(process_name, trd_name, logs)
|
DJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
SocketTestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor)
Advanced Constructor for DJavaHook.
|
Modifier and Type | Method and Description |
---|---|
LogUtilities |
IJavaHook.getLogUtilities()
Use this method to retrieve/create the current/default LogUtilities instance.
|
Constructor and Description |
---|
IJavaHook(java.lang.String process_name,
LogUtilities logs)
Constructor for IJavaHook
Simply calls super(process_name, logs)
|
IJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs)
Constructor for IavaHook
Simply calls super(process_name, trd_name, logs)
|
IJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
TestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor)
Advanced Constructor for IJavaHook.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheLogUtilities
Extends LogUtilities to provide the apache.commons.logging.Log Interface.
|
Modifier and Type | Field and Description |
---|---|
(package private) static LogUtilities |
TestLoggerAdapter.log |
Constructor and Description |
---|
RDDGUIUtilities(STAFHelper helper,
Script script,
LogUtilities log)
Constructor providing the STAFHelper and Script needed by the instance for
proper operation.
|
RDDGUIUtilities(STAFHelper helper,
Script script,
RTestRecordData data,
LogUtilities log)
Constructor providing the STAFHelper, Script, and RTestRecordData needed by the
instance for proper operation.
|
Modifier and Type | Class and Description |
---|---|
class |
RLogUtilities
RLogUtilities extends org.safs.logging.LogUtilities and provides functionality
to log to RobotJ logs and console.
|
Modifier and Type | Method and Description |
---|---|
LogUtilities |
SeleniumJavaHook.getLogUtilities()
Use this method to retrieve/create the current/default LogUtilities instance.
|
Constructor and Description |
---|
SeleniumGUIUtilities(STAFHelper helper,
LogUtilities log)
Constructor providing the STAFHelper and LogUtilities needed for
proper operation.
|
SeleniumGUIUtilities(STAFHelper helper,
TestRecordData data,
LogUtilities log)
Constructor providing the STAFHelper, LogUtilities, and TestRecordData for proper operation.
|
SeleniumJavaHook(java.lang.String process_name,
LogUtilities logs)
Constructor for SeleniumJavaHook
Simply calls super(process_name, logs)
|
SeleniumJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs)
Constructor for SeleniumJavaHook
Simply calls super(process_name, trd_name, logs)
|
SeleniumJavaHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
TestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor)
Advanced Constructor for SeleniumJavaHook.
|
Modifier and Type | Method and Description |
---|---|
LogUtilities |
SeleniumHook.getLogUtilities()
Use this method to retrieve/create the current/default LogUtilities instance.
|
LogUtilities |
EmbeddedSeleniumHookDriver.getLogUtilities() |
Constructor and Description |
---|
SeleniumHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs)
Constructor for SeleniumHook
Simply calls super(process_name, trd_name, logs)
|
SeleniumHook(java.lang.String process_name,
java.lang.String trd_name,
LogUtilities logs,
TestRecordHelper trd_data,
DDGUIUtilities gui_utils,
ProcessRequest aprocessor)
Advanced Constructor for SeleniumHook.
|
WebDriverGUIUtilities(STAFHelper helper,
LogUtilities log)
Constructor providing the STAFHelper and LogUtilities needed for
proper operation.
|
WebDriverGUIUtilities(STAFHelper helper,
TestRecordData data,
LogUtilities log)
Constructor providing the STAFHelper, LogUtilities, and TestRecordData for proper operation.
|
Modifier and Type | Field and Description |
---|---|
protected LogUtilities |
DriverConfiguredSTAFInterfaceClass.log
This LogUtilities is set for logging message if the DriverInterface can't
be initialized.
|
Modifier and Type | Method and Description |
---|---|
LogUtilities |
EmbeddedHookDriver.getLogUtilities()
Use this method to retrieve/create the current/default LogUtilities instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DriverConfiguredSTAFInterfaceClass.setLogUtilities(LogUtilities log)
If the driver can't be set, the log must be set for logging messages.
|
void |
DriverConfiguredSTAFInterfaceClass.setLogUtilities(LogUtilities log,
boolean copyLogClass)
This method is used to setup the LogUtilities and OPTIONALLY setup to copyLogClass.
|
Constructor and Description |
---|
EmbeddedHookDriver(java.lang.String engineName,
LogUtilities log)
Instantiate an instance using the provided engineName and LogUtilities
Calls initialize()
|
Modifier and Type | Field and Description |
---|---|
protected LogUtilities |
SAFSDRIVERCOMMANDS.logUtils
Needed by STAF-centric DriverCommandProcessor.
|
Modifier and Type | Method and Description |
---|---|
void |
TIDDriverCommands.setLogUtilities(LogUtilities log)
Calls super.setLogUtilities for this class and then setLogUtilities for each
chained processor in this class (dcLog, dcFlow, dcCounters, dcRest).
|
void |
TIDDriverCommands.setLogUtilities(LogUtilities log,
boolean copyLogClass)
Calls super.setLogUtilities for this class and then setLogUtilities for each
chained processor in this class (dcLog, dcFlow, dcCounters, dcRest).
|
Constructor and Description |
---|
TIDDriverCommands(LogUtilities log)
Instantiate a new TIDDriverCommands,
Call setLogUtilities() of its super class for itself and its inner TID engines
like Log, Flow, Counter TIDEngines.
Normally, we should instantiate an object of this class with a driver. |
Copyright © SAS Institute. All Rights Reserved.