Uses of Class
io.vertx.mutiny.ext.shell.cli.Completion
-
Packages that use Completion Package Description io.vertx.mutiny.ext.shell.cli io.vertx.mutiny.ext.shell.command io.vertx.mutiny.ext.shell.term -
-
Uses of Completion in io.vertx.mutiny.ext.shell.cli
Fields in io.vertx.mutiny.ext.shell.cli with type parameters of type Completion Modifier and Type Field Description static TypeArg<Completion>
Completion. __TYPE_ARG
Methods in io.vertx.mutiny.ext.shell.cli that return Completion Modifier and Type Method Description static 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 Completion Modifier and Type Method Description void
Command. complete(Completion completion)
Method parameters in io.vertx.mutiny.ext.shell.command with type arguments of type Completion Modifier and Type Method Description CommandBuilder
CommandBuilder. completionHandler(Consumer<Completion> handler)
-
Uses of Completion in io.vertx.mutiny.ext.shell.term
Method parameters in io.vertx.mutiny.ext.shell.term with type arguments of type Completion Modifier and Type Method Description void
Term. readline(String prompt, io.vertx.core.Handler<String> lineHandler, Consumer<Completion> completionHandler)
-