Uses of Class
io.vertx.mutiny.ext.shell.command.Command
Packages that use Command
-
Uses of Command in io.vertx.mutiny.ext.shell.command
Fields in io.vertx.mutiny.ext.shell.command with type parameters of type CommandMethods in io.vertx.mutiny.ext.shell.command that return CommandModifier and TypeMethodDescriptionCommandResolver.getCommand
(String name) static Command
Command.newInstance
(io.vertx.ext.shell.command.Command arg) CommandRegistry.registerCommandAndAwait
(Command command) Blocking variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)
.Methods in io.vertx.mutiny.ext.shell.command that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandResolver.commands()
io.smallrye.mutiny.Uni<Command>
CommandRegistry.registerCommand
(Command command) Register a commandCommandRegistry.registerCommands
(List<Command> commands) Register a list of commands.CommandRegistry.registerCommandsAndAwait
(List<Command> commands) Blocking variant ofCommandRegistry.registerCommands(List)
.Methods in io.vertx.mutiny.ext.shell.command with parameters of type CommandModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Command>
CommandRegistry.registerCommand
(Command command) Register a commandCommandRegistry.registerCommandAndAwait
(Command command) Blocking variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)
.CommandRegistry.registerCommandAndForget
(Command command) Variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)
that ignores the result of the operation.Method parameters in io.vertx.mutiny.ext.shell.command with type arguments of type CommandModifier and TypeMethodDescriptionCommandRegistry.registerCommands
(List<Command> commands) Register a list of commands.CommandRegistry.registerCommandsAndAwait
(List<Command> commands) Blocking variant ofCommandRegistry.registerCommands(List)
.CommandRegistry.registerCommandsAndForget
(List<Command> commands) Variant ofCommandRegistry.registerCommands(List)
that ignores the result of the operation.