com.myjavaworld.util
Class ResourceLoader
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceLoader
public ResourceLoader()
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.