foundry.configuration
Class ResourceBundleUtilities
java.lang.Object
|
+--foundry.configuration.ResourceBundleUtilities
- public class ResourceBundleUtilities
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
cache
private static final Map cache
throwableListeners
private static final ArrayList throwableListeners
ResourceBundleUtilities
public ResourceBundleUtilities()
getBundle
public static ResourceBundle getBundle(Class c)
getBundle
public static ResourceBundle getBundle(Class c,
Locale locale)
addThrowableListener
public static final void addThrowableListener(ThrowableListener l)
removeThrowableListener
public static final void removeThrowableListener(ThrowableListener l)
fireThrowableEvent
private static final void fireThrowableEvent(Throwable t)
fireThrowableEvent
private static final void fireThrowableEvent(Throwable t,
String message)
Copyright © 2000 - Laird Jarrett Nelson