SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.client.commandline
Class CLCommands

java.lang.Object
  |
  +--org.sourcejammer.client.commandline.CLCommands

public class CLCommands
extends java.lang.Object

Maintains a list of command line commands and the hashed list of CLCommand objects that are executed to execute each command.


Inner Class Summary
static class CLCommands.Commands
           
 
Constructor Summary
CLCommands(CommandLineInterpreter cl)
           
 
Method Summary
 CLCommandResponse executeCommand(java.lang.String command, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLCommands

public CLCommands(CommandLineInterpreter cl)
Method Detail

executeCommand

public CLCommandResponse executeCommand(java.lang.String command,
                                        java.lang.String[] args)
                                 throws SourceJammerConnectionException,
                                        java.io.IOException,
                                        CLCommandException

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan