config
Class Config

java.lang.Object
  extended by config.Config

public class Config
extends java.lang.Object

Version:
1.0
Author:
fwalter

Constructor Summary
Config()
           
 
Method Summary
static java.lang.String getProperty(java.lang.String key)
          get the property value of the key
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()
Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)
get the property value of the key

Parameters:
key - Property Key
Returns:
Property Value