vooga.arcade.util
Class Constants

java.lang.Object
  extended by vooga.arcade.util.Constants

public class Constants
extends java.lang.Object

Class used to access the contents of the resource bundle VoogaArcadeResources.properties.

Author:
Ron Murhammer, Lindsay Kubasik, Vijay Ram

Constructor Summary
Constants()
           
 
Method Summary
static int getInteger(java.lang.String integerName)
          Return a integer from the resource bundle given the key.
static java.lang.String getMessage(java.lang.String messageName)
          Return a string message from the resource bundle given the key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constants

public Constants()
Method Detail

getMessage

public static java.lang.String getMessage(java.lang.String messageName)
Return a string message from the resource bundle given the key.


getInteger

public static int getInteger(java.lang.String integerName)
Return a integer from the resource bundle given the key.