public interface DMXResourceHandler
Modifier and Type | Method and Description |
---|---|
String |
formatMessage(String key,
Object... args)
Formats message defined with a given key with specified arguments.
|
String |
getString(String key)
Gets a string specified in resource bundle with a given key.
|
void |
setCurrentLocale(Locale locale)
Set current locale for handler.
|
void setCurrentLocale(Locale locale)
locale
- locale to setString getString(String key)
key
- string keyString formatMessage(String key, Object... args)
Formats message defined with a given key with specified arguments. Message format should conform to standard
Java format pattern (see MessageFormat
for more information).
key
- key defined for the messageargs
- format argumentsCopyright © 2012-2014 Vektor Software. All Rights Reserved.