Interface CommandResolver

    • Method Detail

      • baseCommands

        static CommandResolver baseCommands​(Vertx vertx)
        Returns:
        the base commands of Vert.x Shell.
      • commands

        List<Command> commands()
        Returns:
        the current commands
      • getCommand

        default Command getCommand​(String name)
        Returns a single command by its name.
        Parameters:
        name - the command name
        Returns:
        the commad or null