g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.portforward
Class Messages

java.lang.Object
  extended by eu.geclipse.ui.wizards.portforward.Messages

public class Messages
extends java.lang.Object

Returns the localised messages for this package.


Method Summary
static java.lang.String formatMessage(java.lang.String key, java.lang.Object arg0)
          Returns a localised version of a message (Containing one argument).
static java.lang.String formatMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1)
          Returns a localised version of a message (Containing two arguments).
static java.lang.String getString(java.lang.String key)
          Returns a localised version of a message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Returns a localised version of a message.

Parameters:
key - key for the message.
Returns:
the localised string.

formatMessage

public static java.lang.String formatMessage(java.lang.String key,
                                             java.lang.Object arg0)
Returns a localised version of a message (Containing one argument).

Parameters:
key - key for the message.
arg0 - argument to insert.
Returns:
the localised string.

formatMessage

public static java.lang.String formatMessage(java.lang.String key,
                                             java.lang.Object arg0,
                                             java.lang.Object arg1)
Returns a localised version of a message (Containing two arguments).

Parameters:
key - key for the message.
arg0 - 1st argument to insert.
arg1 - 2nd argument to insert.
Returns:
the localised string.

g-Eclipse
Release 1.0.0