Package io.fluentlenium.configuration
Class EnvironmentVariablesBackend
java.lang.Object
io.fluentlenium.configuration.EnvironmentVariablesBackend
- All Implemented Interfaces:
PropertiesBackend
Properties backend based on environment variables.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EnvironmentVariablesBackend
public EnvironmentVariablesBackend()
-
-
Method Details
-
getProperty
Description copied from interface:PropertiesBackend
Get the property value.- Specified by:
getProperty
in interfacePropertiesBackend
- Parameters:
propertyName
- property name- Returns:
- property value
-