org.osconsulting.l10n.msgstore
Class ConfigurationManager

java.lang.Object
  extended by org.osconsulting.l10n.msgstore.ConfigurationManager

public class ConfigurationManager
extends java.lang.Object

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.

Author:
kstam Copyright 2006 osConsulting.org Kurt Stam and Shahar Bar

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

getInstance

public static ConfigurationManager getInstance()

getMessageStores

public java.util.List<MessageStore> getMessageStores(java.lang.Class messageCategory)


Copyright © 2006-2007. All Rights Reserved.