org.histpop.server
Class ServerProperties

java.lang.Object
  extended by org.histpop.server.ServerProperties

public class ServerProperties
extends java.lang.Object


Constructor Summary
ServerProperties()
           
 
Method Summary
static java.lang.String get(java.lang.String property)
           
static void set(java.lang.String property, java.lang.String value)
           
static void setProperties(java.io.InputStream inputStream)
           
static void setProperties(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerProperties

public ServerProperties()
Method Detail

setProperties

public static void setProperties(java.lang.String filename)
                          throws ServerException
Throws:
ServerException

setProperties

public static void setProperties(java.io.InputStream inputStream)
                          throws ServerException
Throws:
ServerException

get

public static java.lang.String get(java.lang.String property)

set

public static void set(java.lang.String property,
                       java.lang.String value)