Methods in at.davinci.util that throw ConfigurationException |
void |
ConfigurationLoader.loadAccessConfiguration(java.lang.String dirName)
loads roles and user definitions
Call after execution to fetch data:
- getRoles()
- getUsers() |
void |
ConfigurationLoader.loadViewTrees(java.lang.String dirName)
loads view tree definitions and model signatures
Call getViewTrees(), getDefaultViewTree() and
getModelSignatures() after execution to get loaded data. |
void |
ConfigurationLoader.loadViewTrees(java.lang.String string,
java.util.Hashtable<java.lang.String,Role> roles)
|