Uses of Class
io.vertx.mutiny.ext.shell.cli.Completion
Packages that use Completion
Package
Description
-
Uses of Completion in io.vertx.mutiny.ext.shell.cli
Fields in io.vertx.mutiny.ext.shell.cli with type parameters of type CompletionMethods in io.vertx.mutiny.ext.shell.cli that return CompletionModifier and TypeMethodDescriptionstatic Completion
Completion.newInstance
(io.vertx.ext.shell.cli.Completion arg) -
Uses of Completion in io.vertx.mutiny.ext.shell.command
Methods in io.vertx.mutiny.ext.shell.command with parameters of type CompletionMethod parameters in io.vertx.mutiny.ext.shell.command with type arguments of type Completion -
Uses of Completion in io.vertx.mutiny.ext.shell.term
Method parameters in io.vertx.mutiny.ext.shell.term with type arguments of type CompletionModifier and TypeMethodDescriptionvoid
Term.readline
(String prompt, io.vertx.core.Handler<String> lineHandler, Consumer<Completion> completionHandler)