|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bonevich.eclipse.logging.LoggingPluginMessages
Utility to access and bind arguments to resource messages used by this plugin.
Field Summary |
Method Summary | |
static java.lang.String |
bind(java.lang.String key)
Gets a string from the resource bundle. |
static java.lang.String |
bind(java.lang.String key,
java.lang.Object[] args)
Gets a string from the resource bundle and binds it with the given arguments. |
static java.lang.String |
bind(java.lang.String id,
java.lang.String binding)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string. |
static java.lang.String |
bind(java.lang.String id,
java.lang.String binding1,
java.lang.String binding2)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings. |
static java.util.ResourceBundle |
getResourceBundle()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.ResourceBundle getResourceBundle()
public static java.lang.String bind(java.lang.String id, java.lang.String binding)
public static java.lang.String bind(java.lang.String id, java.lang.String binding1, java.lang.String binding2)
public static java.lang.String bind(java.lang.String key, java.lang.Object[] args)
public static java.lang.String bind(java.lang.String key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |