edu.asu.cri.MirkE.util
Class MirkeMessages

java.lang.Object
  extended byedu.asu.cri.MirkE.util.MirkeMessages

public class MirkeMessages
extends java.lang.Object

This class hanles all the locale specific information that is to be presented. getMessage() method can be used to get the locale specific message for the given key.

Version:
$Id: MirkeMessages.java,v 1.2 2005/01/11 04:03:57 smenor Exp $
Author:
Siva B.S.D.S

Constructor Summary
MirkeMessages()
           
 
Method Summary
static java.lang.String getMessage(java.lang.String messageKey)
          Returns the locale specific message for the given key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirkeMessages

public MirkeMessages()
Method Detail

getMessage

public static java.lang.String getMessage(java.lang.String messageKey)
Returns the locale specific message for the given key

Parameters:
messageKey - message key
Returns:
message


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.