com.levigo.jadice.document.util
Class I18N

java.lang.Object
  extended by com.levigo.jadice.document.util.I18N

public class I18N
extends Object


Constructor Summary
I18N()
           
 
Method Summary
static ExtResourceBundle getBundle(Class<?> clazz)
          Lookup the default I18N bundle for the given class.
static ExtResourceBundle getBundle(String bundleName)
          Lookup the I18N bundle for the given bundleName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18N

public I18N()
Method Detail

getBundle

public static ExtResourceBundle getBundle(Class<?> clazz)
Lookup the default I18N bundle for the given class.

Parameters:
clazz -
Returns:
the resource bundle

getBundle

public static ExtResourceBundle getBundle(String bundleName)
Lookup the I18N bundle for the given bundleName.

Parameters:
bundleName - the resource bundle name
Returns:
the resource bundle


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.