|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.drivers.DriverMgmtMessages
Utility class which helps managing messages
Method Summary | |
static java.lang.String |
format(java.lang.String key,
java.lang.Object[] args)
Returns the formatted message for the given key in the resource bundle. |
static java.lang.String |
getString(java.lang.String key)
Returns the resource object with the given key in the resource bundle. |
static java.lang.String |
getString(java.lang.String key,
java.lang.String def)
Returns the resource object with the given key in the resource bundle. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String format(java.lang.String key, java.lang.Object[] args)
key
- the resource nameargs
- the message arguments
public static java.lang.String getString(java.lang.String key)
key
- the resource name
public static java.lang.String getString(java.lang.String key, java.lang.String def)
key
- the resource namedef
- the default value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |