Class ComposedConfiguration

java.lang.Object
io.fluentlenium.configuration.ComposedConfiguration
All Implemented Interfaces:
Configuration, ConfigurationMutator, ConfigurationProperties

public class ComposedConfiguration extends Object implements Configuration
A configuration composed with a writable configuration and list of read configurations.

When writing a value, it will go in the writable configuration (ConfigurationMutator).

When reading a value, it will get the first value found in the composition of read configurations (ConfigurationProperties).