@Immutable public final class XMLResourceBundle extends ResourceBundle
ResourceBundle.Controlparent| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsMap<String,String> |
getAllValues() |
static IMicroDocument |
getAsPropertiesXML(com.helger.commons.collection.impl.ICommonsMap<String,String> aMap) |
Enumeration<String> |
getKeys() |
static XMLResourceBundle |
getXMLBundle(String sBaseName) |
static XMLResourceBundle |
getXMLBundle(String sBaseName,
Locale aLocale) |
static XMLResourceBundle |
getXMLBundle(String sBaseName,
Locale aLocale,
ClassLoader aClassLoader) |
protected String |
handleGetObject(String sKey)
Main internal lookup
|
protected Set<String> |
handleKeySet()
More efficient version to retrieve the keySet
|
static com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> |
readFromPropertiesXML(InputStream aIS) |
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> readFromPropertiesXML(@Nonnull @WillClose InputStream aIS)
@Nonnull public static IMicroDocument getAsPropertiesXML(@Nonnull com.helger.commons.collection.impl.ICommonsMap<String,String> aMap)
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsMap<String,String> getAllValues()
@CodingStyleguideUnaware protected Set<String> handleKeySet()
handleKeySet in class ResourceBundleprotected String handleGetObject(@Nullable String sKey)
handleGetObject in class ResourceBundlepublic Enumeration<String> getKeys()
getKeys in class ResourceBundle@Nonnull public static XMLResourceBundle getXMLBundle(@Nonnull String sBaseName)
@Nonnull public static XMLResourceBundle getXMLBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale)
@Nonnull public static XMLResourceBundle getXMLBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale, @Nonnull ClassLoader aClassLoader)
Copyright © 2014–2017 Philip Helger. All rights reserved.