public class Utf8ResourceBundle extends PropertyResourceBundle
PropertyResourceBundle loading resources from a UTF-8 encoded properties file.parent| Modifier and Type | Method and Description |
|---|---|
static Utf8ResourceBundle |
getUtf8Bundle(String baseName)
Returns a
Utf8ResourceBundle located using the given base name, the default locale, and the caller's class loader. |
static Utf8ResourceBundle |
getUtf8Bundle(String baseName,
Locale locale)
Returns a
Utf8ResourceBundle located using the given base name and locale, and the caller's class loader. |
static Utf8ResourceBundle |
getUtf8Bundle(String baseName,
Locale locale,
ClassLoader classLoader)
Returns a
Utf8ResourceBundle located using the given base name, locale, and class loader. |
getKeys, handleGetObject, handleKeySetclearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParentpublic static Utf8ResourceBundle getUtf8Bundle(String baseName)
Utf8ResourceBundle located using the given base name, the default locale, and the caller's class loader.IllegalArgumentException - if baseName is null or emptyResourceBundle.getBundle(String)public static Utf8ResourceBundle getUtf8Bundle(String baseName, Locale locale)
Utf8ResourceBundle located using the given base name and locale, and the caller's class loader.IllegalArgumentException - if baseName is null or emptyIllegalArgumentException - if locale is nullResourceBundle.getBundle(String, Locale)public static Utf8ResourceBundle getUtf8Bundle(String baseName, Locale locale, ClassLoader classLoader)
Utf8ResourceBundle located using the given base name, locale, and class loader.IllegalArgumentException - if baseName is null or emptyIllegalArgumentException - if locale is nullIllegalArgumentException - if classLoader is nullResourceBundle.getBundle(String, Locale, ClassLoader)