com.carlosbcruz.account.util
Class AccountMessages

java.lang.Object
  extended by com.carlosbcruz.account.util.AccountMessages

public class AccountMessages
extends java.lang.Object

Controls the process of retreiving the string giving the keys from the com.carlosbcruz.account.control properties file

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Constructor Summary
AccountMessages()
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Return the message associated with the specified key
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountMessages

public AccountMessages()
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Return the message associated with the specified key

Parameters:
key -
Returns:
The message requested