Class UTF8Control
java.lang.Object
java.util.ResourceBundle.Control
studio.thevipershow.safechat.config.localization.UTF8Control
public class UTF8Control
extends java.util.ResourceBundle.Control
-
Field Summary
Fields inherited from class java.util.ResourceBundle.Control
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL
-
Constructor Summary
Constructors Constructor Description UTF8Control()
-
Method Summary
Modifier and Type Method Description java.util.ResourceBundle
newBundle(java.lang.String baseName, java.util.Locale locale, java.lang.String format, java.lang.ClassLoader loader, boolean reload)
Methods inherited from class java.util.ResourceBundle.Control
getCandidateLocales, getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UTF8Control
public UTF8Control()
-
-
Method Details
-
newBundle
public java.util.ResourceBundle newBundle(java.lang.String baseName, java.util.Locale locale, java.lang.String format, java.lang.ClassLoader loader, boolean reload) throws java.io.IOException- Overrides:
newBundle
in classjava.util.ResourceBundle.Control
- Throws:
java.io.IOException
-