public interface ConfigurationFile
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
getConfiguration() |
RuleSet |
load(Reader configReader)
Load this configuration file's contents into a
RuleSet. |
RuleSet load(Reader configReader) throws IllegalConfigurationException
RuleSet.configReader - IllegalConfigurationException - if the configuration file has errors.IllegalArgumentException - if individual tokens cannot be parsed.RuleSet getConfiguration()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.