Interface CommandProvider


public interface CommandProvider
Answer a string (may be as many lines as you like) with help texts that explain the command.
Since:
0.4.0
Author:
qilong.zql
  • Method Summary

    Modifier and Type
    Method
    Description
    Get Command Help Message Tips
    Handler Specified Command
    boolean
    validate(String command)
    Validate whether command is valid
  • Method Details

    • getHelp

      String getHelp()
      Get Command Help Message Tips
      Returns:
    • handleCommand

      String handleCommand(String command)
      Handler Specified Command
      Parameters:
      command -
      Returns:
    • validate

      boolean validate(String command)
      Validate whether command is valid
      Parameters:
      command -
      Returns: