sk.uniba.euromath.gene.lang
Class Messages

java.lang.Object
  extended by sk.uniba.euromath.gene.lang.Messages

public class Messages
extends Object

Language files for the GENE package.

Author:
Martin Vysny

Method Summary
static String getString(String key)
          Gets message for given key.
static String getString(String key, Object... params)
          Gets message for given key.
 
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)
Gets message for given key.

Parameters:
key - key in the properties file.
Returns:
message associated with the key.

getString

public static String getString(String key,
                               Object... params)
Gets message for given key.

Parameters:
key - key in the properties file.
params - message variable part replacements
Returns:
message associated with the key.


Copyright © 2003-2006 null. All Rights Reserved.