org.postgresql.pljava.test
Class Path

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

public class Path
extends Object

PL/Java Test harness

Author:
Thomas Hallgren

Field Summary
 ArrayList m_path
           
 
Constructor Summary
Path(String path)
           
 
Method Summary
 void addFirst(File dir)
           
 void addLast(File dir)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_path

public final ArrayList m_path
Constructor Detail

Path

public Path(String path)
Method Detail

addFirst

public void addFirst(File dir)

addLast

public void addLast(File dir)

toString

public String toString()
Overrides:
toString in class Object