Package rife.bld.help
Class McpHelp
java.lang.Object
rife.bld.help.McpHelp
- All Implemented Interfaces:
CommandHelp
Provides help for the MCP command.
- Since:
- 2.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(String topic) Returns the full help description of a command.Returns a short description about the command.
-
Constructor Details
-
McpHelp
public McpHelp()
-
-
Method Details
-
getSummary
Description copied from interface:CommandHelpReturns a short description about the command.- Specified by:
getSummaryin interfaceCommandHelp- Returns:
- the short summary, defaults to
""
-
getDescription
Description copied from interface:CommandHelpReturns the full help description of a command.- Specified by:
getDescriptionin interfaceCommandHelp- Returns:
- the full help description, defaults to
""
-