Package | Description |
---|---|
org.safs | |
org.safs.selenium | |
org.safs.selenium.webdriver | |
org.safs.tools.drivers |
Modifier and Type | Field and Description |
---|---|
protected ConfigureInterface |
DefaultHookConfig.config |
Modifier and Type | Method and Description |
---|---|
static ConfigureInterface |
TestRecordHelper.getConfig()
accessor method
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultHookConfig.check(ConfigureInterface config)
Set the configuration settings to System-Properties and probably to Processor.
If the System-Properties does NOT contain the 'property', then get the value from the ConfigureInterface and set it to System-Properties; Otherwise, keep the value in the System-Properties (don't override it by the value from ConfigureInterface). Finally these configuration settings may also be kept in the Processor so that the concrete Processor will be able to use it easily. |
static void |
STAFHelper.configEmbeddedServices(ConfigureInterface config)
Evaluate [STAF] to determine if any or all Embeddable Services should be launched.
Currently only the EmbeddedSemService and EmbeddedQueue services are handled. |
static java.lang.String |
StringUtils.getSystemProperty(java.lang.String property,
ConfigureInterface config,
java.lang.String section,
java.lang.String key,
java.lang.String... defaultValue)
Get the value of a property from system properties and Set a value from the configuration to System-Properties.
|
static void |
TestRecordHelper.setConfig(ConfigureInterface c)
accessor method
|
Constructor and Description |
---|
DefaultHookConfig(ConfigureInterface config) |
Constructor and Description |
---|
SeleniumHookConfig(ConfigureInterface config) |
Modifier and Type | Method and Description |
---|---|
static void |
SeleniumHook.setSystemProperties(ConfigureInterface config)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigureFile |
Modifier and Type | Field and Description |
---|---|
protected ConfigureInterface |
DriverConfiguredSTAFInterfaceClass.config
The ConfigurInterface extracted from the Driver for easy access.
|
protected ConfigureInterface |
AbstractDriver.configInfo |
Modifier and Type | Method and Description |
---|---|
protected ConfigureInterface |
EmbeddedHookDriver.config()
return the Configure object so that subclass can get data from configuration files.
|
ConfigureInterface |
DriverInterface.getConfigureInterface() |
ConfigureInterface |
AbstractInputProcessor.getConfigureInterface() |
ConfigureInterface |
AbstractDriver.getConfigureInterface() |
ConfigureInterface |
ConfigureLocatorInterface.locateConfigureInterface(java.lang.String rootDir,
java.lang.String configPath)
Attempt to locate DRIVER configuration data.
|
ConfigureInterface |
ConfigureFileLocator.locateConfigureInterface(java.lang.String rootDir,
java.lang.String configPath) |
protected ConfigureInterface |
ConfigureFileLocator.uniqueConfigureInterface(java.io.File candidate)
return a valid ConfigureInterface with the candidate path signature only once.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureInterface.addConfigureInterface(ConfigureInterface configSource)
Add a ConfigureInterface to the search chain for Named Values.
|
void |
ConfigureFile.addConfigureInterface(ConfigureInterface configSource) |
protected void |
STAFProcessContainerDriver.addConfigureInterfaceSource(ConfigureInterface source)
Initialize or append a ConfigureInterface to existing ones in the search order.
|
protected void |
AbstractDriver.addConfigureInterfaceSource(ConfigureInterface source)
Initialize or append a ConfigureInterface to existing ones in the search order.
|
static java.lang.String |
DriverConstant.DataServiceConstant.getServiceURL(ConfigureInterface configInfo)
Try to get 'data service URL' from
system property DriverConstant.DataServiceConstant.PROPERTY_SERVER_URL
item DriverConstant.DataServiceConstant.ITEM_SERVER_URL of section DriverConstant.DataServiceConstant.SECTION_NAME from configuration. |
void |
ConfigureInterface.insertConfigureInterface(ConfigureInterface configSource)
Insert a ConfigureInterface to the search chain for Named Values.
|
void |
ConfigureFile.insertConfigureInterface(ConfigureInterface configSource) |
protected void |
STAFProcessContainerDriver.insertConfigureInterfaceSource(ConfigureInterface source)
Initialize or insert a ConfigureInterface at the start of the search order.
|
protected void |
DefaultDriver.insertConfigureInterfaceSource(ConfigureInterface source)
Initialize or insert a ConfigureInterface at the start of the search order.
|
static void |
DriverConstant.DataServiceConstant.readInterceptions(ConfigureInterface configInfo) |
Copyright © SAS Institute. All Rights Reserved.