|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.util.FormattedResourceBundle
public final class FormattedResourceBundle
A resource bundle that contains MessageFormat strings.
ResourceBundle| Method Summary | |
|---|---|
String |
formatString(String key,
int i)
|
String |
formatString(String key,
Object[] o)
|
String |
formatString(String key,
String arg)
|
String |
formatString(String key,
String arg,
int i)
|
String |
formatString(String key,
String arg1,
String arg2)
|
Enumeration<String> |
getKeys()
|
static FormattedResourceBundle |
getLocalBundle(String baseName)
Get the appropriate FormattedResourceBundle class. |
static FormattedResourceBundle |
getLocalBundle(String baseName,
Locale locale)
Get the appropriate FormattedResourceBundle class. |
static FormattedResourceBundle |
getLocalBundle(String baseName,
Locale locale,
ClassLoader loader)
Get the appropriate FormattedResourceBundle subclass. |
String |
getString(String key)
|
void |
setParent(FormattedResourceBundle parent)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getString(String key)
public String formatString(String key,
String arg)
public String formatString(String key,
String arg1,
String arg2)
public String formatString(String key,
String arg,
int i)
public String formatString(String key,
Object[] o)
public String formatString(String key,
int i)
public void setParent(FormattedResourceBundle parent)
public Enumeration<String> getKeys()
public static FormattedResourceBundle getLocalBundle(String baseName)
throws MissingResourceException
baseName -
MissingResourceException
public static FormattedResourceBundle getLocalBundle(String baseName,
Locale locale)
baseName - locale -
public static FormattedResourceBundle getLocalBundle(String baseName,
Locale locale,
ClassLoader loader)
throws MissingResourceException
baseName - see class description.locale - see class description.loader - the ClassLoader to load the resource from
MissingResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||