Class Utf8Control
- java.lang.Object
-
- java.util.ResourceBundle.Control
-
- de.knightsoftnet.validators.annotation.processor.Utf8Control
-
public class Utf8Control extends ResourceBundle.Control
TheUTF8Controlclass is a Control to read UTF-8 properties files.- Author:
- Manfred Tremmel
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceBundlenewBundle(String pbaseName, Locale plocale, String pformat, ClassLoader ploader, boolean preload)-
Methods inherited from class java.util.ResourceBundle.Control
getCandidateLocales, getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName
-
-
-
-
Method Detail
-
newBundle
public final ResourceBundle newBundle(String pbaseName, Locale plocale, String pformat, ClassLoader ploader, boolean preload) throws IllegalAccessException, InstantiationException, IOException
- Overrides:
newBundlein classResourceBundle.Control- Throws:
IllegalAccessExceptionInstantiationExceptionIOException
-
-