ObjectDB ObjectDB

getInstance(bundleName, loader) - JDO I18NHelper's static method

Static Method
javax.jdo.spi.I18NHelper
I18NHelper getInstance(
  String bundleName,
  ClassLoader loader
)

An instance bound to a bundle. This method uses the specified class loader to find the bundle. Note, the specified class loader must not be null.
Parameters:
bundleName - the name of the bundle
loader - the class loader from which to load the resource bundle
Returns:
the helper instance bound to the bundle
Since:
JDO 1.0.1