com.myjavaworld.util
Class ResourceLoader

java.lang.Object
  extended by com.myjavaworld.util.ResourceLoader

public class ResourceLoader
extends Object

An utility class used to load resources.

Version:
1.0
Author:
Sai Pullabhotla, psai [at] jMethods [dot] com

Constructor Summary
ResourceLoader()
           
 
Method Summary
static ResourceBundle getBundle(String baseName)
           
static ResourceBundle getBundle(String baseName, Locale locale)
           
static ResourceBundle getBundle(String baseName, Locale locale, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLoader

public ResourceLoader()
Method Detail

getBundle

public static ResourceBundle getBundle(String baseName)

getBundle

public static ResourceBundle getBundle(String baseName,
                                       Locale locale)

getBundle

public static ResourceBundle getBundle(String baseName,
                                       Locale locale,
                                       ClassLoader loader)


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.