Interface Command

    • Method Detail

      • run

        void run​(String name,
                 String[] args)
        Runs the command.
        Parameters:
        name - invocation name of the command
        args - command arguments
      • getDescription

        default String getDescription()
        Returns the description of the command. This method is used to make a list of commands.

        The default implementation returns "(undocumented)".

        Returns:
        description of the command