Uses of Class
io.vertx.mutiny.ext.shell.command.CommandRegistry
Packages that use CommandRegistry
-
Uses of CommandRegistry in io.vertx.mutiny.ext.shell.command
Fields in io.vertx.mutiny.ext.shell.command with type parameters of type CommandRegistryModifier and TypeFieldDescriptionstatic final TypeArg<CommandRegistry>
CommandRegistry.__TYPE_ARG
Methods in io.vertx.mutiny.ext.shell.command that return CommandRegistryModifier and TypeMethodDescriptionstatic CommandRegistry
static CommandRegistry
static CommandRegistry
CommandRegistry.newInstance
(io.vertx.ext.shell.command.CommandRegistry arg) CommandRegistry.registerCommandAndForget
(Command command) Variant ofregisterCommand(io.vertx.mutiny.ext.shell.command.Command)
that ignores the result of the operation.CommandRegistry.registerCommandsAndForget
(List<Command> commands) Variant ofregisterCommands(List)
that ignores the result of the operation.CommandRegistry.unregisterCommandAndForget
(String commandName) Variant ofunregisterCommand(String)
that ignores the result of the operation.