|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.util.Messages
Formats messages.
Method Summary | |
static String |
getString(String code)
Formats a message. |
static String |
getString(String code,
Object param)
Formats a message. |
static String |
getString(String code,
Object[] params)
Formats a message. |
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 code)
code
- The message code.
public static String getString(String code, Object param)
code
- The message code.param
- The message parameter.
public static String getString(String code, Object[] params)
code
- The message code.params
- The message parameters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |