org.eclipse.cdt.internal.ui.search
Class CSearchMessages
java.lang.Object
org.eclipse.cdt.internal.ui.search.CSearchMessages
public class CSearchMessages
- extends java.lang.Object
- Author:
- aniefer
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
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.Object[] args)
Gets a string from the resource bundle and formats it with the argument |
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[] args)
- 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.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