Package | Description |
---|---|
io.vertx.rxjava.ext.shell.cli | |
io.vertx.rxjava.ext.shell.command | |
io.vertx.rxjava.ext.shell.term |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Completion> |
Completion.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Completion |
Completion.newInstance(io.vertx.ext.shell.cli.Completion arg) |
Modifier and Type | Method and Description |
---|---|
void |
Command.complete(Completion completion)
Perform command completion, when the command is done completing it should call
or )} method to signal completion is done.
|
Modifier and Type | Method and Description |
---|---|
CommandBuilder |
CommandBuilder.completionHandler(io.vertx.core.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Term.readline(String prompt,
io.vertx.core.Handler<String> lineHandler,
io.vertx.core.Handler<Completion> completionHandler)
Prompt the user a line of text, providing a completion handler to handle user's completion.
|
Copyright © 2021 Eclipse. All rights reserved.