org.apache.openjpa.lib.util
Interface ResourceBundleProvider

All Known Implementing Classes:
SimpleResourceBundleProvider, StreamResourceBundleProvider, ZipResourceBundleProvider

interface ResourceBundleProvider

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

Author:
Stephen Kim

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

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



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.