public class ICUResourceBundle extends UResourceBundle
ResourceBundle.Control| Modifier and Type | Field and Description |
|---|---|
static int |
FROM_DEFAULT |
static int |
FROM_FALLBACK |
static int |
FROM_LOCALE |
static int |
FROM_ROOT |
static String |
ICU_BASE_NAME
The base name of ICU data to be used with getBundleInstance API
|
static String |
ICU_BRKITR_BASE_NAME
The base name of rbbi data to be used with getBundleInstance API
|
static String |
ICU_BRKITR_NAME
The base name of rbbi data to be used with getData API
|
static String |
ICU_BUNDLE
The data path to be used with getBundleInstance API
|
static String |
ICU_COLLATION_BASE_NAME
The base name of collation data to be used with getBundleInstance API
|
static ClassLoader |
ICU_DATA_CLASS_LOADER
The class loader constant to be used with getBundleInstance API
|
static String |
ICU_RBNF_BASE_NAME
The base name of rbnf data to be used with getBundleInstance API
|
static String |
ICU_TRANSLIT_BASE_NAME
The base name of transliterator data to be used with getBundleInstance API
|
ARRAY, BINARY, INT, INT_VECTOR, NONE, STRING, TABLE| Constructor and Description |
|---|
ICUResourceBundle() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<String> |
getKeys() |
int |
getLoadingStatus()
Returns the loading status of a particular resource.
|
ULocale |
getULocale()
Returns the RFC 3066 conformant locale id of this resource bundle.
|
void |
setLoadingStatus(int newStatus)
This method is for setting the loading status of the resource.
|
void |
setLoadingStatus(String requestedLocale) |
get, getBinary, getBinary, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getInt, getIntVector, getKey, getLocale, getSize, getString, getStringArray, getUInt, getVersionclearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySetpublic static final String ICU_BUNDLE
public static final String ICU_BASE_NAME
public static final String ICU_COLLATION_BASE_NAME
public static final String ICU_BRKITR_NAME
public static final String ICU_BRKITR_BASE_NAME
public static final String ICU_RBNF_BASE_NAME
public static final String ICU_TRANSLIT_BASE_NAME
public static final ClassLoader ICU_DATA_CLASS_LOADER
public static final int FROM_FALLBACK
public static final int FROM_ROOT
public static final int FROM_DEFAULT
public static final int FROM_LOCALE
public ULocale getULocale()
UResourceBundlegetULocale in class UResourceBundlepublic void setLoadingStatus(int newStatus)
UResourceBundlepublic int getLoadingStatus()
public void setLoadingStatus(String requestedLocale)
public Enumeration<String> getKeys()
getKeys in class ResourceBundleCopyright © 2010 - 2020 Adobe. All Rights Reserved