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
IOException
DropConnectionException
HelpMessage getHelp() throws CommandException
CommandException
String getName()
Copyright © 2006–2015. All rights reserved.