|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.plexus.redback.users.Messages
public class Messages
Localized Message Handling.
| Method Summary | |
|---|---|
static java.lang.String |
getString(java.lang.String key)
Get a Message as-is from the Resource Bundle. |
static java.lang.String |
getString(java.lang.String key,
java.lang.Object arg)
Gets a Message from the Resource Bundle, with {1} and {2} style arguments. |
static java.lang.String |
getString(java.lang.String key,
java.lang.Object[] args)
Gets a Message from the Resource Bundle, with {1} and {2} style arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getString(java.lang.String key)
key - the key for the message to get.
public static java.lang.String getString(java.lang.String key,
java.lang.Object arg)
key - the key for the message to get.arg - the argument to pass in.
public static java.lang.String getString(java.lang.String key,
java.lang.Object[] args)
key - the key for the message to get.args - the arguments to pass in.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||