|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationFile
Method Summary | |
---|---|
RuleSet |
getConfiguration()
|
File |
getFile()
Return the actual File object containing the configuration. |
RuleSet |
load()
Load this configuration file's contents into a RuleSet . |
RuleSet |
reload()
Reload this configuration file's contents. |
boolean |
save(RuleSet configuration)
TODO document me. |
Method Detail |
---|
File getFile()
File
object containing the configuration.
RuleSet load() throws ConfigurationException
RuleSet
.
ConfigurationException
- if the configuration file has errors.
IllegalArgumentException
- if individual tokens cannot be parsed.RuleSet reload() throws ConfigurationException
ConfigurationException
- if the configuration file has errors.
IllegalArgumentException
- if individual tokens cannot be parsed.RuleSet getConfiguration()
boolean save(RuleSet configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |