Package org.fluentlenium.configuration
Interface PropertiesBackend
-
- All Known Implementing Classes:
DefaultPropertiesBackend,EnvironmentVariablesBackend,SystemPropertiesBackend
public interface PropertiesBackendReader interface for raw properties access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProperty(java.lang.String propertyName)Get the property value.
-