public interface Command
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String commandString,
Session sess) |
HelpMessage |
getHelp() |
java.lang.String |
getName()
Returns the name of the command in upper case.
|
void execute(java.lang.String commandString,
Session sess)
throws java.io.IOException,
DropConnectionException
java.io.IOExceptionDropConnectionExceptionHelpMessage getHelp() throws CommandException
CommandExceptionjava.lang.String getName()
Copyright © 2006-2013. All Rights Reserved.