public class Messages extends Object
| Modifier and Type | Field | Description |
|---|---|---|
private static String |
BUNDLE_NAME |
|
private static Object[] |
emptyObjectArray |
|
private static ResourceBundle |
RESOURCE_BUNDLE |
| Modifier | Constructor | Description |
|---|---|---|
private |
Messages() |
Dis-allow construction ...
|
| Modifier and Type | Method | 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