public interface Command
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String commandString,
Session sess) |
HelpMessage |
getHelp() |
String |
getName()
Returns the name of the command in upper case.
|
void execute(String commandString, Session sess) throws IOException, DropConnectionException
IOExceptionDropConnectionExceptionHelpMessage getHelp() throws CommandException
CommandExceptionString getName()
Copyright © 2006–2024. All rights reserved.