public abstract class TResourceBundle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TResourceBundle.Control |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceBundle |
parent |
| Constructor and Description |
|---|
TResourceBundle() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
static void |
clearCache(ClassLoader loader) |
abstract boolean |
containsKey(String key) |
abstract String |
getBaseBundleName() |
static ResourceBundle |
getBundle(String baseName) |
static ResourceBundle |
getBundle(String baseName,
Locale aLocale) |
abstract Enumeration<String> |
getKeys() |
abstract Locale |
getLocale() |
Object |
getObject(String key) |
String |
getString(String key) |
String[] |
getStringArray(String key) |
protected abstract Object |
handleGetObject(String key) |
protected abstract Set<String> |
handleKeySet() |
abstract Set<String> |
keySet() |
protected void |
setParent(ResourceBundle parent) |
protected ResourceBundle parent
public static ResourceBundle getBundle(String baseName)
public static ResourceBundle getBundle(String baseName, Locale aLocale)
protected void setParent(ResourceBundle parent)
public abstract String getBaseBundleName()
public abstract Locale getLocale()
public abstract boolean containsKey(String key)
public abstract Enumeration<String> getKeys()
public static void clearCache()
public static void clearCache(ClassLoader loader)
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.