Package io.fluentlenium.configuration
Interface PropertiesBackend
- All Known Implementing Classes:
DefaultPropertiesBackend
,EnvironmentVariablesBackend
,SystemPropertiesBackend
public interface PropertiesBackend
Reader interface for raw properties access.
-
Method Summary
-
Method Details
-
getProperty
Get the property value.- Parameters:
propertyName
- property name- Returns:
- property value
-