Uses of Class
io.vertx.reactivex.ext.shell.cli.Completion
-
Packages that use Completion Package Description io.vertx.reactivex.ext.shell.cli io.vertx.reactivex.ext.shell.command -
-
Uses of Completion in io.vertx.reactivex.ext.shell.cli
Fields in io.vertx.reactivex.ext.shell.cli with type parameters of type Completion Modifier and Type Field Description static TypeArg<Completion>Completion. __TYPE_ARGMethods in io.vertx.reactivex.ext.shell.cli that return Completion Modifier and Type Method Description static CompletionCompletion. newInstance(Completion arg) -
Uses of Completion in io.vertx.reactivex.ext.shell.command
Methods in io.vertx.reactivex.ext.shell.command with parameters of type Completion Modifier and Type Method Description voidCommand. complete(Completion completion)Perform command completion, when the command is done completing it should call or )} method to signal completion is done.Method parameters in io.vertx.reactivex.ext.shell.command with type arguments of type Completion Modifier and Type Method Description CommandBuilderCommandBuilder. completionHandler(Handler<Completion> handler)Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
-