frysk.hpd
Class StartCommand

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.StartRun
              extended by frysk.hpd.StartCommand

 class StartCommand
extends StartRun


Field Summary
 
Fields inherited from class frysk.hpd.StartRun
procProcArgs, procProcCommand, procTaskDataList, userSet
 
Constructor Summary
StartCommand()
           
 
Method Summary
 void interpret(CLI cli, Input cmd, Object options)
          interpretStart is called from StartCommand to start a process and run it to the first executable statement.
 
Methods inherited from class frysk.hpd.StartRun
completer, interpretCmd
 
Methods inherited from class frysk.hpd.ParameterizedCommand
add, complete, help, interpret, options
 
Methods inherited from class frysk.hpd.Command
description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartCommand

StartCommand()
Method Detail

interpret

public void interpret(CLI cli,
                      Input cmd,
                      Object options)
interpretStart is called from StartCommand to start a process and run it to the first executable statement.

Specified by:
interpret in class ParameterizedCommand
Parameters:
cli - is the current command line interface object
cmd - is the command to be started
options - is not used at this point