Class SuggestInformation

java.lang.Object
com.iohao.net.framework.core.SuggestInformation

public final class SuggestInformation extends Object
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 Details

  • Constructor Details

    • SuggestInformation

      public SuggestInformation(ActionCommand command)
      Create a new suggestion context for the given action command.
      Parameters:
      command - the action command to inspect
  • Method Details

    • see

      public void see(String text)
      Format and print a suggestion message to standard output.
      Parameters:
      text - the suggestion text to display