Class CommandBuilder


  • public class CommandBuilder
    extends Object
    A build for Vert.x Shell command.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • CommandBuilder

        public CommandBuilder​(io.vertx.ext.shell.command.CommandBuilder delegate)
      • CommandBuilder

        public CommandBuilder​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.shell.command.CommandBuilder getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • command

        public static CommandBuilder command​(String name)
        Parameters:
        name - the command name
        Returns:
        the command
      • command

        public static CommandBuilder command​(CLI cli)
        Parameters:
        cli - the cli to use
        Returns:
        the command
      • build

        public Command build​(Vertx vertx)
        Parameters:
        vertx - the vertx instance
        Returns:
        the built command
      • newInstance

        public static CommandBuilder newInstance​(io.vertx.ext.shell.command.CommandBuilder arg)