|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hunsicker.util.ResourceBundleFactory
public final class ResourceBundleFactory
Serves as the central facility to aquire ResourceBundle
objects.
Constructor Summary | |
---|---|
ResourceBundleFactory()
|
Method Summary | |
---|---|
static java.util.ResourceBundle |
getBundle(java.lang.String bundleName)
Get the appropriate resource bundle for the given name. |
static java.util.Locale |
getLocale()
Returns the current locale of the factory. |
static void |
setLocale(java.util.Locale locale)
Sets the current locale of the factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceBundleFactory()
Method Detail |
---|
public static java.util.ResourceBundle getBundle(java.lang.String bundleName)
bundleName
- the family name of the resource bundle that contains the object
in question.
ResourceBundle.getBundle(String)
public static void setLocale(java.util.Locale locale)
locale
- a locale.public static java.util.Locale getLocale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |