|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.Messages
public class Messages
Messages management : get message from resource bundle.
Constructor Summary | |
---|---|
Messages()
instantiate the Message object. |
Method Summary | |
---|---|
static java.lang.String |
getString(java.lang.String key)
return message from key. |
static void |
setRESOURCE_BUNDLE(java.util.Locale locale)
fix resource bundle. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Messages()
instantiate the Message object.
Method Detail |
---|
public static java.lang.String getString(java.lang.String key)
return message from key.
key
- key used to get message from resource bundle
public static void setRESOURCE_BUNDLE(java.util.Locale locale)
fix resource bundle.
locale
- locale to fix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |