Interface CustomCommandGroup


public interface CustomCommandGroup
A group of commands.
  • Method Details

    • name

      String name()
      The name of the group.
      Returns:
      the name
    • description

      String description()
      The description of the group.
      Returns:
      the description
    • commands

      Generate the available commands.
      Parameters:
      context -
      Returns:
      the list of new commands.