public final class XMLResourceBundleControl extends ResourceBundle.Control
ResourceBundle.Control to handle XML filesFORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL| Constructor and Description |
|---|
XMLResourceBundleControl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFormats(String sBaseName) |
ResourceBundle |
newBundle(String sBaseName,
Locale aLocale,
String sFormat,
ClassLoader aClassLoader,
boolean bReload) |
getCandidateLocales, getControl, getFallbackLocale, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName@ReturnsMutableCopy @CodingStyleguideUnaware public List<String> getFormats(@Nonnull String sBaseName)
getFormats in class ResourceBundle.Controlpublic ResourceBundle newBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale, @Nonnull String sFormat, @Nonnull ClassLoader aClassLoader, boolean bReload) throws IOException
newBundle in class ResourceBundle.ControlIOExceptionCopyright © 2014–2020 Philip Helger. All rights reserved.