ObjectDB ObjectDB

getInstance(cls) - JDO I18NHelper's static method

Static Method
javax.jdo.spi.I18NHelper
I18NHelper getInstance(
  Class cls
)

An instance bound to a bundle. This method figures out the bundle name for the class object's package and uses the class' class loader to find the bundle. Note, the specified class object must not be null.
Parameters:
cls - the class object from which to load the resource bundle
Returns:
the helper instance bound to the bundle
Since:
JDO 1.0.1