org.n52.wps.io
Class IOConfiguration

java.lang.Object
  extended by org.n52.wps.io.IOConfiguration

public class IOConfiguration
extends java.lang.Object

This class contains the IO configuration for the WPS.

Author:
janne

Method Summary
static boolean configurationSuccessful()
           
static IOConfiguration getInstance()
           
 java.lang.String getProperty(java.lang.String propertyName)
           
static boolean initalize()
          Initialization of the IO configuration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initalize

public static boolean initalize()
Initialization of the IO configuration

Returns:

getInstance

public static IOConfiguration getInstance()

configurationSuccessful

public static boolean configurationSuccessful()

getProperty

public java.lang.String getProperty(java.lang.String propertyName)