gov.llnl.babel
Class CommandLineDriver

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

public class CommandLineDriver
extends java.lang.Object

This class is the main driver for running Babel from the command line.


Constructor Summary
protected CommandLineDriver()
          The protected singleton constructor instantiates the options parser, UserOptions.
 
Method Summary
static void main(java.lang.String[] args)
          Main babel entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineDriver

protected CommandLineDriver()
The protected singleton constructor instantiates the options parser, UserOptions.

See Also:
UserOptions
Method Detail

main

public static void main(java.lang.String[] args)
Main babel entry point.