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