public class QuitCommand extends BaseCommand
| Constructor and Description |
|---|
QuitCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String commandString,
Session sess)
This is the main method that you need to override in order to implement a command.
|
getArgPredicate, getArgs, getHelp, getNamepublic void execute(java.lang.String commandString,
Session sess)
throws java.io.IOException
BaseCommandexecute in interface Commandexecute in class BaseCommandjava.io.IOExceptionCopyright © 2006-2013. All Rights Reserved.