public abstract class TResourceBundle extends Object
Modifier and Type | Field and Description |
---|---|
protected TResourceBundle |
parent |
Constructor and Description |
---|
TResourceBundle() |
Modifier and Type | Method and Description |
---|---|
static TResourceBundle |
getBundle(String bundleName) |
static TResourceBundle |
getBundle(String bundleName,
Locale locale) |
static TResourceBundle |
getBundle(String bundleName,
Locale locale,
ClassLoader loader) |
abstract Enumeration<String> |
getKeys() |
Locale |
getLocale() |
Object |
getObject(String key) |
String |
getString(String key) |
String[] |
getStringArray(String key) |
protected abstract Object |
handleGetObject(String key) |
protected void |
setParent(TResourceBundle bundle) |
protected TResourceBundle parent
public static TResourceBundle getBundle(String bundleName) throws MissingResourceException
MissingResourceException
public static TResourceBundle getBundle(String bundleName, Locale locale)
public static TResourceBundle getBundle(String bundleName, Locale locale, ClassLoader loader) throws MissingResourceException
MissingResourceException
public abstract Enumeration<String> getKeys()
public Locale getLocale()
protected void setParent(TResourceBundle bundle)
Copyright © 2019. All rights reserved.