org.simoes.util
Class ConfigResources

java.lang.Object
  extended byorg.simoes.util.ConfigResources

public class ConfigResources
extends java.lang.Object

Provides user with access to the properties file.

Author:
Chris Simoes

Field Summary
static java.lang.String FILE_NAME
           
 
Constructor Summary
ConfigResources()
           
 
Method Summary
static java.lang.String getProperty(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NAME

public static final java.lang.String FILE_NAME
See Also:
Constant Field Values
Constructor Detail

ConfigResources

public ConfigResources()
Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)