Class ICULocaleService.ICUResourceBundleFactory

java.lang.Object
com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
All Implemented Interfaces:
ICUService.Factory
Enclosing class:
ICULocaleService

public static class ICULocaleService.ICUResourceBundleFactory extends ICULocaleService.LocaleKeyFactory
A LocaleKeyFactory that creates a service based on the ICU locale data. This is a base class for most ICU factories. Subclasses instantiate it with a constructor that takes a bundle name, which determines the supported IDs. Subclasses then override handleCreate to create the actual service object. The default implementation returns a resource bundle.