Package io.fluentlenium.configuration
Class DefaultPropertiesBackend
java.lang.Object
io.fluentlenium.configuration.DefaultPropertiesBackend
- All Implemented Interfaces:
PropertiesBackend
Properties backend based on java
Properties
object.
-
Constructor Summary
ConstructorDescriptionDefaultPropertiesBackend
(Properties properties) Creates a new configuration based on properties object. -
Method Summary
-
Constructor Details
-
DefaultPropertiesBackend
Creates a new configuration based on properties object.- Parameters:
properties
- properties object
-
-
Method Details
-
getProperty
Description copied from interface:PropertiesBackend
Get the property value.- Specified by:
getProperty
in interfacePropertiesBackend
- Parameters:
propertyName
- property name- Returns:
- property value
-