FixedResourceBundle Class

com.beasys.commerce.util
FixedResourceBundle Class

public class FixedResourceBundle

    extends Object

Loads a bundle only from a properties file, does not look for a class file first as in java.util.ResourceBundle.


Hierarchy
Object
  FixedResourceBundle

Constructor Summary

FixedResourceBundle()

 

Method Summary

public static final ResourceBundle
getBundle(String baseName)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

FixedResourceBundle

public FixedResourceBundle()
 

Method Detail

getBundle(String) Method

public static final ResourceBundle getBundle(String baseName)
throws IOException

Exceptions

IOException