org.apache.batik.util
public class Messages extends Object
Field Summary | |
---|---|
protected static LocalizableSupport | localizableSupport
The localizable support for the error messages. |
protected static ResourceManager | resourceManager
The resource manager to decode messages. |
protected static String | RESOURCES
The error messages bundle class name. |
Constructor Summary | |
---|---|
protected | Messages()
This class does not need to be instantiated. |
Method Summary | |
---|---|
static String | formatMessage(String key, Object[] args)
Implements (String,Object[]) . |
static int | getCharacter(String key) |
static int | getInteger(String key) |
static Locale | getLocale()
Implements getLocale. |
static String | getString(String key) |
static void | setLocale(Locale l)
Implements setLocale. |
(String,Object[])
.