Class CommandHelpHandler.MultiHelpTopic<C>

    • Method Summary

      Modifier and Type Method Description
      @NonNull java.util.List<@NonNull java.lang.String> getChildSuggestions()
      Get syntax hints for the node's children
      @NonNull java.lang.String getLongestPath()
      Get the longest shared path
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLongestPath

        public @NonNull java.lang.String getLongestPath()
        Get the longest shared path
        Returns:
        Longest path
      • getChildSuggestions

        public @NonNull java.util.List<@NonNull java.lang.String> getChildSuggestions()
        Get syntax hints for the node's children
        Returns:
        Child suggestions