Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.apps
Class STeaShell

java.lang.Object
  |
  +--com.pdmfc.tea.apps.STeaShell

public class STeaShell
extends java.lang.Object

Implements a Tea shell. The first command line argument is taken to be the pathname of a Tea script and it will be executed. All the remaining arguments are passed as command line arguments to the Tea script. If no command line arguments are given then it reads a Tea script from standard input.


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

Constructor Detail

STeaShell

public STeaShell()
Method Detail

main

public static void main(java.lang.String[] args)

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.