public class Utf8ResourceBundle
extends java.util.PropertyResourceBundle
PropertyResourceBundle loading resources from a UTF-8 encoded properties file.| Modifier and Type | Method | Description |
|---|---|---|
static Utf8ResourceBundle |
getUtf8Bundle(java.lang.String baseName) |
Returns a
Utf8ResourceBundle located using the given base name, the default locale, and the caller's class loader. |
static Utf8ResourceBundle |
getUtf8Bundle(java.lang.String baseName,
java.util.Locale locale) |
Returns a
Utf8ResourceBundle located using the given base name and locale, and the caller's class loader. |
static Utf8ResourceBundle |
getUtf8Bundle(java.lang.String baseName,
java.util.Locale locale,
java.lang.ClassLoader classLoader) |
Returns a
Utf8ResourceBundle located using the given base name, locale, and class loader. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static Utf8ResourceBundle getUtf8Bundle(java.lang.String baseName)
Utf8ResourceBundle located using the given base name, the default locale, and the caller's class loader.java.lang.IllegalArgumentException - if baseName is null or emptyResourceBundle.getBundle(String)public static Utf8ResourceBundle getUtf8Bundle(java.lang.String baseName, java.util.Locale locale)
Utf8ResourceBundle located using the given base name and locale, and the caller's class loader.java.lang.IllegalArgumentException - if baseName is null or emptyjava.lang.IllegalArgumentException - if locale is nullResourceBundle.getBundle(String, Locale)public static Utf8ResourceBundle getUtf8Bundle(java.lang.String baseName, java.util.Locale locale, java.lang.ClassLoader classLoader)
Utf8ResourceBundle located using the given base name, locale, and class loader.java.lang.IllegalArgumentException - if baseName is null or emptyjava.lang.IllegalArgumentException - if locale is nulljava.lang.IllegalArgumentException - if classLoader is nullResourceBundle.getBundle(String, Locale, ClassLoader)