Package org.subethamail.smtp.command
Class HelpCommand
java.lang.Object
org.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.HelpCommand
- All Implemented Interfaces:
Command
Provides a help system for people to interact with.
- Author:
- Ian McFarland <ian@neo.com>, Jon Stevens, Scott Hernandez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is the main method that you need to override in order to implement a command.protected StringgetFormattedTopicList(SMTPServer server) Methods inherited from class org.subethamail.smtp.server.BaseCommand
getArgPredicate, getArgs, getHelp, getName
-
Constructor Details
-
HelpCommand
public HelpCommand()
-
-
Method Details
-
execute
Description copied from class:BaseCommandThis is the main method that you need to override in order to implement a command.- Specified by:
executein interfaceCommand- Specified by:
executein classBaseCommand- Throws:
IOException
-
getFormattedTopicList
-