public class Messages extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
BUNDLE_NAME |
private static Object[] |
emptyObjectArray |
private static ResourceBundle |
RESOURCE_BUNDLE |
| Modifier | Constructor and Description |
|---|---|
private |
Messages()
Dis-allow construction ...
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getString(String key)
Returns the localized message for the given message key
|
static String |
getString(String key,
Object[] args) |
private static final String BUNDLE_NAME
private static final ResourceBundle RESOURCE_BUNDLE
private static final Object[] emptyObjectArray