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