|
|||||||||
| Home >> All >> abbot >> editor >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.editor.i18n
Class Resources.ResourceLoader

java.lang.Objectabbot.editor.i18n.Resources.ResourceLoader
- Enclosing class:
- Resources
- public static class Resources.ResourceLoader
- extends java.lang.Object
| Field Summary | |
private java.util.ResourceBundle |
fallback
|
private java.util.ResourceBundle |
local
|
private java.util.HashSet |
missingResources
|
private java.util.HashSet |
missingTranslations
|
| Constructor Summary | |
private |
Resources.ResourceLoader()
|
| Method Summary | |
java.lang.String |
getString(java.lang.String key)
Load a string from the default locale, falling back to the default list if not found. |
static Resources.ResourceLoader |
load()
|
private boolean |
optional(java.lang.String key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
missingResources
private java.util.HashSet missingResources
missingTranslations
private java.util.HashSet missingTranslations
local
private java.util.ResourceBundle local
fallback
private java.util.ResourceBundle fallback
| Constructor Detail |
Resources.ResourceLoader
private Resources.ResourceLoader()
| Method Detail |
optional
private boolean optional(java.lang.String key)
getString
public java.lang.String getString(java.lang.String key)
- Load a string from the default locale, falling back to the default
list if not found.
load
public static Resources.ResourceLoader load()
|
|||||||||
| Home >> All >> abbot >> editor >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
abbot.editor.i18n.Resources.ResourceLoader