gov.llnl.babel
Class ParserTest

java.lang.Object
  |
  +--gov.llnl.babel.ParserTest

public class ParserTest
extends java.lang.Object

This class is the main test driver for the SIDL parser. Command line options are --help, --input=URI (input repository), --output=URI (output repository), and --repository=URI (input and output repository). The URIs following the command line options are parsed as SIDL input files.


Constructor Summary
ParserTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserTest

public ParserTest()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point. Each of the command line arguments is evaluated and then each of the remaining URIs is parsed as a SIDL file.