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
-
Method Details
-
getHelp
String getHelp()Get Command Help Message Tips- Returns:
-
handleCommand
Handler Specified Command- Parameters:
command-- Returns:
-
validate
Validate whether command is valid- Parameters:
command-- Returns:
-