| java.lang.Object org.eclipse.ui.internal.texteditor.NLSUtility
NLSUtility | public class NLSUtility (Code) | | A number of routines used for string externalization.
since: 3.1 |
format | public static String format(String message, Object argument)(Code) | | Formats the given string with the given argument.
Parameters: message - the message to format, must not be null Parameters: argument - the argument used to format the string the formatted string |
format | public static String format(String message, Object[] arguments)(Code) | | Formats the given string with the given argument.
Parameters: message - the message to format, must not be null Parameters: arguments - the arguments used to format the string the formatted string |
|
|