Uses of Class
io.vertx.reactivex.ext.shell.command.CommandBuilder
-
Packages that use CommandBuilder Package Description io.vertx.reactivex.ext.shell.command -
-
Uses of CommandBuilder in io.vertx.reactivex.ext.shell.command
Fields in io.vertx.reactivex.ext.shell.command with type parameters of type CommandBuilder Modifier and Type Field Description static TypeArg<CommandBuilder>CommandBuilder. __TYPE_ARGMethods in io.vertx.reactivex.ext.shell.command that return CommandBuilder Modifier and Type Method Description static CommandBuilderCommandBuilder. command(CLI cli)Create a new commmand with itsCLIdescriptor.static CommandBuilderCommandBuilder. command(String name)Create a new commmand builder, the command is responsible for managing the options and arguments via the#args() arguments.CommandBuilderCommandBuilder. completionHandler(Handler<Completion> handler)Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.static CommandBuilderCommandBuilder. newInstance(CommandBuilder arg)CommandBuilderCommandBuilder. processHandler(Handler<CommandProcess> handler)Set the command process handler, the process handler is called when the command is executed.
-