|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.util.eclipse.Messages
public final class Messages
This is a simple wrapper for the messages of this package.
Method Summary | |
---|---|
static String |
getString(String key) Returns the message for the given key. |
static String |
getString(String key, Object param) Convenience method if there is just one parameter. |
static String |
getString(String key, Object[] params) Returns the message for the given key. |
static String |
getString(String key, Object param1, Object param2) Convenience method if there is just two parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getString(String key)
key
- the key to lookup the localized message.
public static String getString(String key, Object[] params)
key
- the key to lookup the localized message.
params
- the parameter to the message.
public static String getString(String key, Object param)
key
- the key to lookup the localized message.
param
- the parameter to the message.
public static String getString(String key, Object param1, Object param2)
key
- the key to lookup the localized message.
param1
- the first parameter to the message.
param2
- the second parameter to the message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |