org.postgresql.pljava.test
Class Environment

java.lang.Object
  extended by org.postgresql.pljava.test.Environment

public class Environment
extends Object

Author:
Thomas Hallgren

Constructor Summary
Environment()
           
 
Method Summary
 String[] asArray()
           
 String get(String key)
           
static boolean isWindows()
           
 void put(String key, String val)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
            throws IOException
Throws:
IOException
Method Detail

isWindows

public static boolean isWindows()

get

public String get(String key)

put

public void put(String key,
                String val)

asArray

public String[] asArray()

toString

public String toString()
Overrides:
toString in class Object