public class ConfigurationResourceBundle extends ResourceBundle
ResourceBundle.Control
Modifier and Type | Field and Description |
---|---|
protected Configuration |
configuration |
static String |
copyright |
protected Locale |
locale |
parent
Constructor and Description |
---|
ConfigurationResourceBundle(Configuration configuration,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys() |
Locale |
getLocale() |
Object |
handleGetObject(String key) |
protected Set<String> |
handleKeySet() |
void |
setParent(ResourceBundle parent) |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySet
public static final String copyright
protected Configuration configuration
protected Locale locale
public ConfigurationResourceBundle(Configuration configuration, Locale locale)
public Object handleGetObject(String key)
handleGetObject
in class ResourceBundle
public Enumeration<String> getKeys()
getKeys
in class ResourceBundle
protected Set<String> handleKeySet()
handleKeySet
in class ResourceBundle
public void setParent(ResourceBundle parent)
setParent
in class ResourceBundle
public Locale getLocale()
getLocale
in class ResourceBundle