dsnserver
Class GetProperty

java.lang.Object
  extended by dsnserver.GetProperty

public class GetProperty
extends java.lang.Object

A Class with a function to read out values out of the Server.properties file.

Author:
kaltt

Constructor Summary
GetProperty()
           
 
Method Summary
static java.lang.String get(java.lang.String key)
          A functin to read out values out of the Server.properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProperty

public GetProperty()
Method Detail

get

public static java.lang.String get(java.lang.String key)
A functin to read out values out of the Server.properties file.