public final class EMFCompareRCPMessages extends Object
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.