Class CommandHelpHandler.VerboseHelpEntry<C>

  • Enclosing class:
    CommandHelpHandler<C>

    public static final class CommandHelpHandler.VerboseHelpEntry<C>
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      @NonNull Command<C> getCommand()
      Get the command
      @NonNull java.lang.String getDescription()
      Get the command description
      @NonNull java.lang.String getSyntaxString()
      Get the syntax string
      • 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
      • getSyntaxString

        public @NonNull java.lang.String getSyntaxString()
        Get the syntax string
        Returns:
        Syntax string
      • getDescription

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