net.sf.statcvs
Class Messages

java.lang.Object
  extended bynet.sf.statcvs.Messages

public class Messages
extends Object

This class manages the externalization of strings that will possiby be presented to the user

Version:
$Id: Messages.java,v 1.7 2003/03/18 10:33:56 lukasz Exp $
Author:
Lukasz Pekacki

Field Summary
static String NL
          Newline constant
static String WS
          Whitespace constant
 
Constructor Summary
Messages()
           
 
Method Summary
static String getString(String key)
          Returns the value for the specified key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WS

public static final String WS
Whitespace constant

See Also:
Constant Field Values

NL

public static final String NL
Newline constant

See Also:
Constant Field Values
Constructor Detail

Messages

public Messages()
Method Detail

getString

public static String getString(String key)
Returns the value for the specified key. key-value pairs are specivied in the resourcebundle properties file.

Parameters:
key - key of the requested string
Returns:
String