|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.Messages
This class manages the externalization of strings that will possiby be presented to the user
| Field Summary | |
static String |
NL
Newline constant |
static String |
WS
Whitespace constant |
| Constructor Summary | |
Messages()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String WS
public static final String NL
| Constructor Detail |
public Messages()
| Method Detail |
public static String getString(String key)
key - key of the requested string
public static void setPrimaryResource(String primaryResourceName)
primaryResourceName -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||