Class ResourceBundleFactory

java.lang.Object
net.sf.basedb.util.resources.ResourceBundleFactory

public class ResourceBundleFactory
extends Object
Factory for loading resource bundles. The factory return ResourceBundleWrapper objects which are wrappers around regular ResourceBundle:s that provide us with some extra functionality.

NOTE! Plug-ins and extensions that are not part of the BASE core are usually loaded with a different class loader than the rest of BASE. If they are including resource in their own JAR files, they must use the versions that take a class loader as the last parameter and set it to the class loader of of their own classes. Eg. this.getClass().getClassLoader().

Since:
2.16
Author:
Nicklas
Last modified
$Date: 2010-09-16 13:32:06 +0200 (to, 16 sep 2010) $