public class DefaultPropertiesBackend extends java.lang.Object implements PropertiesBackend
Properties object.| Constructor and Description |
|---|
DefaultPropertiesBackend(java.util.Properties properties)
Creates a new configuration based on properties object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty(java.lang.String propertyName)
Get the property value.
|
public DefaultPropertiesBackend(java.util.Properties properties)
properties - properties objectpublic java.lang.String getProperty(java.lang.String propertyName)
PropertiesBackendgetProperty in interface PropertiesBackendpropertyName - property nameCopyright © 2018 FluentLenium. All Rights Reserved.