|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
net.sf.clirr.core.EventMessages
public class EventMessages
ResourceBundle that implements the default locale by delegating to the english bundle. This solves the bug described in https://sourceforge.net/tracker/index.php?func=detail&aid=594469&group_id=29721&atid=397078 without having to duplicate any resource bundles, leading to a simpler build and a smaller jar.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.ResourceBundle |
---|
java.util.ResourceBundle.Control |
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_NAME
The base name of the resource bundle from which message descriptions are read. |
Fields inherited from class java.util.ResourceBundle |
---|
parent |
Constructor Summary | |
---|---|
EventMessages()
Deprecated. Typical user code never calls this directly but uses ResourceBundle.getBundle(java.lang.String) or one of it's variants instead. |
Method Summary | |
---|---|
java.util.Enumeration |
getKeys()
|
java.util.Locale |
getLocale()
|
protected java.lang.Object |
handleGetObject(java.lang.String key)
|
Methods inherited from class java.util.ResourceBundle |
---|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, handleKeySet, keySet, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_NAME
Constructor Detail |
---|
public EventMessages()
ResourceBundle.getBundle(java.lang.String)
or one of it's variants instead.
Method Detail |
---|
protected final java.lang.Object handleGetObject(java.lang.String key)
handleGetObject
in class java.util.ResourceBundle
ResourceBundle.handleGetObject(java.lang.String)
public final java.util.Enumeration getKeys()
getKeys
in class java.util.ResourceBundle
ResourceBundle.getKeys()
public final java.util.Locale getLocale()
getLocale
in class java.util.ResourceBundle
ResourceBundle.getLocale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |