| Package | Description |
|---|---|
| org.fluentlenium.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertiesBackend
Properties backend based on java
Properties object. |
class |
EnvironmentVariablesBackend
Properties backend based on environment variables.
|
class |
SystemPropertiesBackend
Properties backend based on java system properties.
|
| Constructor and Description |
|---|
PropertiesBackendConfiguration(PropertiesBackend propertiesReader)
Creates a new abstract properties configuration, using default properties prefix.
|
PropertiesBackendConfiguration(PropertiesBackend propertiesReader,
String... prefixes)
Creates a new abstract properties configuration, using given properties prefixes.
|
Copyright © 2016 FluentLenium. All Rights Reserved.