Class CommandHelpHandler.VerboseHelpTopic<C>

    • Method Summary

      Modifier and Type Method Description
      @NonNull Command<C> getCommand()
      Get the command
      @NonNull java.lang.String getDescription()
      Get the command description
      • Methods inherited from class java.lang.Object

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

      • getCommand

        public @NonNull Command<C> getCommand()
        Get the command
        Returns:
        Command
      • getDescription

        public @NonNull java.lang.String getDescription()
        Get the command description
        Returns:
        Command description