public class Messages
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
NL |
Newline constant
|
static java.lang.String |
WS |
Whitespace constant
|
Constructor | Description |
---|---|
Messages() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
getString(java.lang.String key) |
Returns the value for the specified key.
|
static void |
setPrimaryResource(java.lang.String primaryResourceName) |
This method enables a user, typically of another project, to set
a primary resource bundle.
|
public static final java.lang.String WS
public static final java.lang.String NL
public static java.lang.String getString(java.lang.String key)
key
- key of the requested stringpublic static void setPrimaryResource(java.lang.String primaryResourceName)
primaryResourceName
-