public class HelloCommand extends BaseCommand
Constructor and Description |
---|
HelloCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute(String commandString,
Session sess)
This is the main method that you need to override in order to implement a command.
|
getArgPredicate, getArgs, getHelp, getName
public void execute(String commandString, Session sess) throws IOException
BaseCommand
execute
in interface Command
execute
in class BaseCommand
IOException
Copyright © 2006–2015. All rights reserved.