Class Utf8ResourceBundle
- java.lang.Object
-
- com.helger.commons.text.resourcebundle.Utf8ResourceBundle
-
@Immutable public final class Utf8ResourceBundle extends Object
Helper class to handle read-only property resource bundles reading only UTF-8 text strings.- Author:
- Philip Helger
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceBundlegetBundle(String sBaseName)static ResourceBundlegetBundle(String sBaseName, Locale aLocale)static ResourceBundlegetBundle(String sBaseName, Locale aLocale, ClassLoader aClassLoader)
-
-
-
Method Detail
-
getBundle
@Nonnull public static ResourceBundle getBundle(@Nonnull String sBaseName)
-
getBundle
@Nonnull public static ResourceBundle getBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale)
-
getBundle
@Nonnull public static ResourceBundle getBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale, @Nonnull ClassLoader aClassLoader)
-
-