Class SuggestInformation
java.lang.Object
com.iohao.net.framework.core.SuggestInformation
Collects contextual information about an
ActionCommand and formats
code-improvement suggestions for display on the console.- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-13
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSuggestInformation(ActionCommand command) Create a new suggestion context for the given action command. -
Method Summary
-
Field Details
-
paramMap
-
command
-
-
Constructor Details
-
SuggestInformation
Create a new suggestion context for the given action command.- Parameters:
command- the action command to inspect
-
-
Method Details
-
see
Format and print a suggestion message to standard output.- Parameters:
text- the suggestion text to display
-