tribble.net.ftp.shell
Class TestInterp

java.lang.Object
  extended by tribble.net.ftp.shell.TestInterp

abstract class TestInterp
extends java.lang.Object

Test driver for class Interp.

Since:
API 1.0, 2007-03-16
Version:
$Revision: 1.3 $ $Date: 2007/05/19 22:27:24 $
Author:
David R. Tribble (david@tribble.com).

Copyright ©2007 by David R. Tribble, all rights reserved.
Permission is granted to any person or entity except those designated by by the United States Department of State as a terrorist, or terrorist government or agency, to use and distribute this source code provided that the original copyright notice remains present and unaltered.


Field Summary
(package private) static java.lang.String REV
          Revision information.
 
Constructor Summary
TestInterp()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test driver for class Interp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REV

static final java.lang.String REV
Revision information.

See Also:
Constant Field Values
Constructor Detail

TestInterp

TestInterp()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Test driver for class Interp.

Usage

java tribble.net.ftp.shell.TestInterp [-option...] file

Options:

-n
Do not execute, parse only.

-p
Display the parse tree.

-v
Generate verbose output during execution.

The file is a script containing FTP commands.

Throws:
java.lang.Exception
Since:
1.1, 2007-03-16