|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osconsulting.l10n.msgstore.ConfigurationManager
public class ConfigurationManager
The configuration manager which reads the jerr-config.xml. JErr assumes that there is one and only one jerr-config.xml which is common for the system. In it, for each error category one can specify one or more message stores from which is can read the locale specific error message, for an ErrorCode.
Method Summary | |
---|---|
static ConfigurationManager |
getInstance()
|
java.util.List<MessageStore> |
getMessageStores(java.lang.Class messageCategory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ConfigurationManager getInstance()
public java.util.List<MessageStore> getMessageStores(java.lang.Class messageCategory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |