Package rife.bld.help

Class McpHelp

java.lang.Object
rife.bld.help.McpHelp
All Implemented Interfaces:
CommandHelp

public class McpHelp extends Object implements CommandHelp
Provides help for the MCP command.
Since:
2.4.0
  • Constructor Details

    • McpHelp

      public McpHelp()
  • Method Details

    • getSummary

      public String getSummary()
      Description copied from interface: CommandHelp
      Returns a short description about the command.
      Specified by:
      getSummary in interface CommandHelp
      Returns:
      the short summary, defaults to ""
    • getDescription

      public String getDescription(String topic)
      Description copied from interface: CommandHelp
      Returns the full help description of a command.
      Specified by:
      getDescription in interface CommandHelp
      Returns:
      the full help description, defaults to ""