public final class EMFCompareRCPMessages extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getString(String key)
Returns the specified
String from the resource bundle. |
static String |
getString(String key,
Object... arguments)
Returns a String from the resource bundle bound with the given arguments.
|
public static String getString(String key)
String
from the resource bundle.key
- Key of the String we seek.key
.
'!' + key + '!'
will be returned in case we didn't find it in the bundle.public static String getString(String key, Object... arguments)
key
- Key of the String we seek.arguments
- Arguments for the String formatting.String
.MessageFormat.format(String, Object[])
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.