Interface ICommandHandler

All Superinterfaces:
ICommandNode
All Known Implementing Classes:
AbstractCommandHandler

public interface ICommandHandler extends ICommandNode
Definition of a command handler.
  • Method Details

    • getParameters

      List<CommandParameter> getParameters()
      Retrieve the list of parameters available for this command
      Returns:
      the command parameters, in parsing order
    • getHelpDetails

      String getHelpDetails()
      Give additional details used when help <command> is called, such as usage notes or return format details.
      Returns:
      extended help text, or an empty string if none is available