Interface Command.Parameterized

  • All Superinterfaces:
    Command
    Enclosing interface:
    Command

    public static interface Command.Parameterized
    extends Command
    A Command that has distinct steps for parsing arguments and executing a command based on those arguments.

    Plugins must not attempt to create their own instance of this interface, and instead must use Command.builder() to do so.