|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationReader
Interface to be implemented by classes that read configurations from a source - i.e. from web.xml, the file system, a database or hard-coded.
Method Summary | |
---|---|
List<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 |
Method Detail |
---|
Configuration getConfiguration(Configurable configurable) throws ConfigurationException
configurable
- the configurable to be configured by a configuration obtained by this reader
ConfigurationException
List<String> document()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |