org.eclipse.cdt.internal.ui.cview
Class CViewMessages
java.lang.Object
org.eclipse.cdt.internal.ui.cview.CViewMessages
public class CViewMessages
- extends java.lang.Object
Method Summary |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.Object arg)
Gets a string from the resource bundle and formats it with the argument |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.String[] args)
Gets a string from the resource bundle and formats it with arguments |
static java.lang.String |
getString(java.lang.String key)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getString
public static java.lang.String getString(java.lang.String key)
getFormattedString
public static java.lang.String getFormattedString(java.lang.String key,
java.lang.Object arg)
- Gets a string from the resource bundle and formats it with the argument
- Parameters:
key
- the string used to get the bundle value, must not be null
getFormattedString
public static java.lang.String getFormattedString(java.lang.String key,
java.lang.String[] args)
- Gets a string from the resource bundle and formats it with arguments