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