|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavoids.Messages
public class Messages
A class to hold the system messages from messages.properties.
Field Summary | |
---|---|
private static java.lang.String |
BUNDLE_NAME
the file name that contains all of the resource names and their mapped string values |
private static java.util.ResourceBundle |
RESOURCE_BUNDLE
the resource bundle containing the messages |
Constructor Summary | |
---|---|
private |
Messages()
Constructor (default) |
Method Summary | |
---|---|
static java.lang.String |
getString(java.lang.String key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String BUNDLE_NAME
private static final java.util.ResourceBundle RESOURCE_BUNDLE
Constructor Detail |
---|
private Messages()
Method Detail |
---|
public static java.lang.String getString(java.lang.String key)
key
- the key to look-up
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |