public class AppKeyCustomEnvironment extends CustomEnvironment
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_KEY_PROPERTY_NAME
Name of the appKey property name
|
| Constructor and Description |
|---|
AppKeyCustomEnvironment(java.util.Properties properties)
Constructor.
|
AppKeyCustomEnvironment(java.lang.String appKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppKey()
Returns the application key.
|
equals, getBooleanValue, getIntegerProperty, getProperties, getProperty, hashCode, toStringpublic static final java.lang.String APP_KEY_PROPERTY_NAME
public AppKeyCustomEnvironment(java.util.Properties properties)
properties - the properties object.public AppKeyCustomEnvironment(java.lang.String appKey)
appKey - the application key.RoboSuite Java API, v11.2.8