SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

serp.util
Interface ResourceBundleProvider

All Known Implementing Classes:
SimpleResourceBundleProvider, ZipResourceBundleProvider, StreamResourceBundleProvider

public interface ResourceBundleProvider

A simple mechanism for looking up ResourceBundle instances across different potential sources.


Method Summary
 ResourceBundle findResource(String name, Locale locale, ClassLoader loader)
          Find a ResourceBundle with the given name, locale, and class loader (which may be null).
 

Method Detail

findResource

public ResourceBundle findResource(String name,
                                   Locale locale,
                                   ClassLoader loader)
Find a ResourceBundle with the given name, locale, and class loader (which may be null).

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.