Uses of Class
io.vertx.reactivex.ext.shell.command.Command
-
Packages that use Command Package Description io.vertx.reactivex.ext.shell.command -
-
Uses of Command in io.vertx.reactivex.ext.shell.command
Fields in io.vertx.reactivex.ext.shell.command with type parameters of type Command Modifier and Type Field Description static TypeArg<Command>Command. __TYPE_ARGMethods in io.vertx.reactivex.ext.shell.command that return Command Modifier and Type Method Description CommandCommandBuilder. build(Vertx vertx)Build the commandCommandCommandResolver. getCommand(String name)Returns a single command by its name.static CommandCommand. newInstance(Command arg)Methods in io.vertx.reactivex.ext.shell.command that return types with arguments of type Command Modifier and Type Method Description List<Command>CommandResolver. commands()io.reactivex.Single<Command>CommandRegistry. rxRegisterCommand(Command command)Register a commandio.reactivex.Single<List<Command>>CommandRegistry. rxRegisterCommands(List<Command> commands)Register a list of commands.Methods in io.vertx.reactivex.ext.shell.command with parameters of type Command Modifier and Type Method Description CommandRegistryCommandRegistry. registerCommand(Command command)Register a commandCommandRegistryCommandRegistry. registerCommand(Command command, Handler<AsyncResult<Command>> completionHandler)Register a commandio.reactivex.Single<Command>CommandRegistry. rxRegisterCommand(Command command)Register a commandMethod parameters in io.vertx.reactivex.ext.shell.command with type arguments of type Command Modifier and Type Method Description CommandRegistryCommandRegistry. registerCommand(Command command, Handler<AsyncResult<Command>> completionHandler)Register a commandCommandRegistryCommandRegistry. registerCommands(List<Command> commands)Register a list of commands.CommandRegistryCommandRegistry. registerCommands(List<Command> commands, Handler<AsyncResult<List<Command>>> completionHandler)Register a list of commands.CommandRegistryCommandRegistry. registerCommands(List<Command> commands, Handler<AsyncResult<List<Command>>> completionHandler)Register a list of commands.io.reactivex.Single<List<Command>>CommandRegistry. rxRegisterCommands(List<Command> commands)Register a list of commands.
-