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
    • getHelpDetails

      String getHelpDetails()
      Give additional details (used when "help $command" is called). Please provide the most details to help user: any trick, return format.