Uses of Class
info.informatica.util.locale.ResourceFactory

Packages that use ResourceFactory
info.informatica.util.locale   
 

Uses of ResourceFactory in info.informatica.util.locale
 

Subclasses of ResourceFactory in info.informatica.util.locale
 class FileResourceFactory
          Factory of localized objects through filesystem.
 class LoaderResourceFactory
          Factory of localized objects through class loader.
 

Constructors in info.informatica.util.locale with parameters of type ResourceFactory
ObjectBundle(String path, ResourceFactory rf)
          All subclasses constructors MUST call loadDefaultFile().
ObjectBundle(String baseName, String ext, ResourceFactory rf)