com.bluemarsh.jswat.command
Class runCommand

java.lang.Object
  |
  +--com.bluemarsh.jswat.command.JSwatCommand
        |
        +--com.bluemarsh.jswat.command.loadCommand
              |
              +--com.bluemarsh.jswat.command.runCommand

public class runCommand
extends loadCommand

Defines the class that handles the 'run' command.

Version:
1.0 8/19/99
Author:
Nathan Fiedler

Fields inherited from class com.bluemarsh.jswat.command.loadCommand
startSuspended
 
Fields inherited from class com.bluemarsh.jswat.command.JSwatCommand
logCategory, primitiveTypeNames, swat
 
Constructor Summary
runCommand()
          Constructs a new runCommand object.
 
Method Summary
 void perform(Session session, com.bluemarsh.util.StringTokenizer args, Log out)
          Perform the 'run' command.
 
Methods inherited from class com.bluemarsh.jswat.command.JSwatCommand
argumentsMatch, createObject, description, findClassesByPattern, getCommandName, getThreadByID, help, help, missingArgs, receiveInput, resolveOverload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

runCommand

public runCommand()
Constructs a new runCommand object.
Method Detail

perform

public void perform(Session session,
                    com.bluemarsh.util.StringTokenizer args,
                    Log out)
Perform the 'run' command.
Overrides:
perform in class loadCommand
Parameters:
session - JSwat session on which to operate.
args - Tokenized string of command arguments.
out - Output to write messages to.