de.cau.cs.kieler.kex.ui.wizards.exporting
Class Messages

java.lang.Object
  extended by org.eclipse.osgi.util.NLS
      extended by de.cau.cs.kieler.kex.ui.wizards.exporting.Messages

public final class Messages
extends NLS

Bundle of Messages for the import of kex.ui plug-in.

Rating red

Method Summary
static String getString(String key)
          Returns the String associated with the given key.
static String getString(String key, Object... params)
          Returns the String associated with the given key.
 
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(String key)
Returns the String associated with the given key.

Parameters:
key - key to look up in the messages.properties file
Returns:
the associated string

getString

public static String getString(String key,
                               Object... params)
Returns the String associated with the given key.

Parameters:
key - key to look up in the messages.properties file
params - parameters for the text
Returns:
the associated string