public class HelpCommand extends BaseCommand
Constructor and Description |
---|
HelpCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.String commandString,
Session context)
This is the main method that you need to override in order to implement a command.
|
protected java.lang.String |
getFormattedTopicList(SMTPServer server) |
getArgPredicate, getArgs, getHelp, getName
public void execute(java.lang.String commandString, Session context) throws java.io.IOException
BaseCommand
execute
in interface Command
execute
in class BaseCommand
java.io.IOException
protected java.lang.String getFormattedTopicList(SMTPServer server)
Copyright © 2006–2019. All rights reserved.