Package | Description |
---|---|
com.paypal.selion.configuration |
A package which contains configuration information for SeLion.
|
com.paypal.selion.platform.grid.browsercapabilities |
Browser initiation objects for various browsers supported by SeLion.
|
Modifier and Type | Method and Description |
---|---|
static Config.ConfigProperty |
Config.ConfigProperty.find(String name)
Find the Enum for the specified property name.
|
static Config.ConfigProperty |
Config.ConfigProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.ConfigProperty[] |
Config.ConfigProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Config.getBoolConfigProperty(Config.ConfigProperty configProperty)
Returns a configuration property boolean value based off the
Config.ConfigProperty |
boolean |
LocalConfig.getBooleanConfigProperty(Config.ConfigProperty configProperty) |
String |
LocalConfig.getConfigProperty(Config.ConfigProperty configProperty)
Get the configuration property value for configProperty.
|
static String |
Config.getConfigProperty(Config.ConfigProperty configProperty)
Returns a configuration property String value based off the
Config.ConfigProperty |
int |
LocalConfig.getIntConfigProperty(Config.ConfigProperty configProperty) |
static int |
Config.getIntConfigProperty(Config.ConfigProperty configProperty)
Returns a configuration property int value based off the
Config.ConfigProperty |
List<Object> |
LocalConfig.getListConfigProperty(Config.ConfigProperty configProperty) |
static List<Object> |
Config.getListConfigProperty(Config.ConfigProperty configProperty)
Returns a configuration property List value based off the
Config.ConfigProperty |
boolean |
LocalConfig.isLocalValuePresent(Config.ConfigProperty configProperty)
Answer if local configuration contains a value for specified property.
|
void |
LocalConfig.setConfigProperty(Config.ConfigProperty configProperty,
Object configPropertyValue)
Sets the SeLion configuration property value.
|
static void |
Config.setConfigProperty(Config.ConfigProperty configProperty,
Object configPropertyValue)
Sets a SeLion configuration value.
|
Modifier and Type | Method and Description |
---|---|
static void |
Config.initConfig(Map<Config.ConfigProperty,String> initialValues)
Initializes the configuration, reloading all data while adding the supplied
initialValues to the
configuration. |
Constructor and Description |
---|
LocalConfig(Config.ConfigProperty configProperty,
String value)
Constructs a new instance of this class with the specified initial value.
|
Constructor and Description |
---|
LocalConfig(Map<Config.ConfigProperty,String> initialValues)
Constructs a new instance of this class from the specified initial values.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultCapabilitiesBuilder.getLocalConfigProperty(Config.ConfigProperty configProperty) |
Copyright © 2016 PayPal Open Source. All rights reserved.