|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ConfigurationType
- the type of configuration produced by this parserpublic interface ConfigurationParser<ConfigurationType extends AbstractConfiguration>
A parser for configurations.
Method Summary | |
---|---|
ConfigurationType |
parse(java.io.Reader config)
Reads a given configuration and creates the appropriate AbstractConfiguration . |
ConfigurationType |
parse(java.lang.String config)
Reads a given configuration and creates the appropriate AbstractConfiguration . |
Method Detail |
---|
ConfigurationType parse(java.lang.String config) throws ConfigurationException
AbstractConfiguration
.
config
- the configuration to be read
AbstractConfiguration
containing the information from the provided config
ConfigurationException
- thrown if there is a problem creating the configuration from the given informationConfigurationType parse(java.io.Reader config) throws ConfigurationException
AbstractConfiguration
.
config
- the configuration to be read
AbstractConfiguration
containing the information from the provided config
ConfigurationException
- thrown if there is a problem creating the configuration from the given information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |