Class ParseTest

java.lang.Object
  extended by ParseTest

public class ParseTest
extends java.lang.Object

Simple Parser driver.


Constructor Summary
ParseTest()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Test harness for the Parser class.pathname to parse.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseTest

public ParseTest()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
Test harness for the Parser class.pathname to parse. Command switches must precede the filepath.

Parameters:
arg - the String array of command switches and arguments
Throws:
java.io.IOException - thrown if any IO errors occur during processing