public interface ConfigurationResolver
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.configuration2.HierarchicalConfiguration<?> |
getXmlConfiguration(String module,
String path,
ConfigurationProvider provider)
Get the content of a given configuration file
|
org.apache.commons.configuration2.HierarchicalConfiguration<?> getXmlConfiguration(String module, String path, ConfigurationProvider provider) throws ConfigurationException
module - the name of the modulepath - the path of the fileprovider - the provider to read the fileConfigurationException - if there is any error reading the configurationCopyright © 2020 CrafterCMS. All rights reserved.