autohit.server.invoker
Class SingleCommandLine

java.lang.Object
  extended byautohit.server.BasicBootstrap
      extended byautohit.server.invoker.SingleCommandLine

public class SingleCommandLine
extends BasicBootstrap

A single command invoker.

Version:
1.0 Version HistoryEPG - Initial - 19Jul03
Author:
Erich P. Gatejen

Field Summary
 SimTextCommand cmd
          Command system
 CommandServerLocal cserver
           
 
Fields inherited from class autohit.server.BasicBootstrap
sc, services
 
Constructor Summary
SingleCommandLine()
          Default constructor.
SingleCommandLine(java.lang.String rootProps)
          Properties constructor.
 
Method Summary
 void go(java.lang.String commandString)
          logic
static void main(java.lang.String[] args)
          main interface
static void usage()
          main interface
 
Methods inherited from class autohit.server.BasicBootstrap
runService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmd

public SimTextCommand cmd
Command system


cserver

public CommandServerLocal cserver
Constructor Detail

SingleCommandLine

public SingleCommandLine()
                  throws java.lang.Exception
Default constructor.


SingleCommandLine

public SingleCommandLine(java.lang.String rootProps)
                  throws java.lang.Exception
Properties constructor. Give it a full path to the properties file.

Method Detail

usage

public static void usage()
main interface


go

public void go(java.lang.String commandString)
logic


main

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



Test.