Package org.sonews.daemon.command
Interface HelpfulCommand
- All Superinterfaces:
Command
- Since:
- sonews/1.1
- Author:
- Christian Lins
-
Method Summary
Methods inherited from interface org.sonews.daemon.command.Command
getSupportedCommandStrings, hasFinished, impliedCapability, isStateful, processLine
-
Method Details
-
getHelpString
String getHelpString()- Returns:
- A short description of this command, that is used within the output of the HELP command.
-