Class ResourceNavigatorMessages


  • @Deprecated
    public class ResourceNavigatorMessages
    extends Object
    Deprecated.
    These messages are not API and should not be referenced outside of this plug-in.
    Utility class which helps managing messages
    Since:
    2.0
    Restriction:
    This class is not intended to be subclassed by clients., This class is not intended to be subclassed by clients.
    Restriction:
    This class is not intended to be referenced by clients. Planned to be deleted, please see Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=549953
    Restriction:
    This class is not intended to be instantiated by clients., This class is not intended to be instantiated by clients.
    • Method Detail

      • format

        public static String format​(String key,
                                    Object[] args)
        Deprecated.
        Returns the formatted message for the given key in the resource bundle.
        Parameters:
        key - the resource name
        args - the message arguments
        Returns:
        the string
      • getString

        public static String getString​(String key)
        Deprecated.
        Returns the resource object with the given key in the resource bundle. If there isn't any value under the given key, the key is returned.
        Parameters:
        key - the resource name
        Returns:
        the string