|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabbot.i18n.Strings
Provides i18n support.
Method Summary | |
static void |
addBundle(String bundle)
|
static String |
get(String key)
Returns the localized String for the given key, or the key surrounded by '#' if no corresponding localized string is found. |
static String |
get(String key,
boolean optional)
Returns the localized string for the given key. |
static String |
get(String key,
Object[] args)
Returns a formatted localized string for the given key and arguments, or the key if no corresponding localized string is found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void addBundle(String bundle)
public static String get(String key)
public static String get(String key, boolean optional)
public static String get(String key, Object[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |