Package | Description |
---|---|
com.germinus.easyconf |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfigurationNotFoundException |
Thrown when the base properties file is not found and the getProperties
method is explicitly called in the configuration
|
class |
DigesterRulesNotFoundException |
Thrown when an XML configuration file for a requested component exists
but there is not a file which defines de digester rules which should be
used to parse it
|
class |
InvalidPropertyException |
Thrown when an XML configuration file contains a variable which either
is not of the form
${variableName} or is not
defined in any of the properties files associated with its component |
Modifier and Type | Method | Description |
---|---|---|
private Configuration |
AggregatedProperties.addFileProperties(java.lang.String fileName,
CompositeConfiguration loadedConf) |