public static class ICULocaleService.ICUResourceBundleFactory extends ICULocaleService.LocaleKeyFactory
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundleName |
INVISIBLE, name, visible, VISIBLE| Constructor and Description |
|---|
ICUResourceBundleFactory()
Convenience constructor that uses the main ICU bundle name.
|
ICUResourceBundleFactory(String bundleName)
A service factory based on ICU resource data in resources
with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
getSupportedIDs()
Return the supported IDs.
|
protected Object |
handleCreate(ULocale loc,
int kind,
ICUService service)
Create the service.
|
protected ClassLoader |
loader() |
String |
toString()
For debugging.
|
void |
updateVisibleIDs(Map<String,ICUService.Factory> result)
Override of superclass method.
|
create, getDisplayName, handlesKey, isSupportedIDprotected final String bundleName
public ICUResourceBundleFactory()
public ICUResourceBundleFactory(String bundleName)
protected Set<String> getSupportedIDs()
getSupportedIDs in class ICULocaleService.LocaleKeyFactorypublic void updateVisibleIDs(Map<String,ICUService.Factory> result)
updateVisibleIDs in interface ICUService.FactoryupdateVisibleIDs in class ICULocaleService.LocaleKeyFactoryprotected Object handleCreate(ULocale loc, int kind, ICUService service)
handleCreate in class ICULocaleService.LocaleKeyFactoryprotected ClassLoader loader()
public String toString()
ICULocaleService.LocaleKeyFactorytoString in class ICULocaleService.LocaleKeyFactory