public interface ConfigurationReader
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
document()
Returns documentation for the key-value pairs obtained by this reader
|
Configuration |
getConfiguration(Configurable configurable)
Returns a Configuration to be used by the given Configurable
|
Configuration getConfiguration(Configurable configurable) throws ConfigurationException
configurable
- the configurable to be configured by a configuration obtained by this readerConfigurationException
java.util.List<java.lang.String> document()