Uses of Class
io.vertx.mutiny.ext.shell.command.CommandBuilder
-
Packages that use CommandBuilder Package Description io.vertx.mutiny.ext.shell.command -
-
Uses of CommandBuilder in io.vertx.mutiny.ext.shell.command
Fields in io.vertx.mutiny.ext.shell.command with type parameters of type CommandBuilder Modifier and Type Field Description static TypeArg<CommandBuilder>
CommandBuilder. __TYPE_ARG
Methods in io.vertx.mutiny.ext.shell.command that return CommandBuilder Modifier and Type Method Description static CommandBuilder
CommandBuilder. command(CLI cli)
static CommandBuilder
CommandBuilder. command(String name)
CommandBuilder
CommandBuilder. completionHandler(Consumer<Completion> handler)
static CommandBuilder
CommandBuilder. newInstance(io.vertx.ext.shell.command.CommandBuilder arg)
CommandBuilder
CommandBuilder. processHandler(Consumer<CommandProcess> handler)
-