open class Completion
The completion object NOTE: This class has been automatically generated from the io.vertx.ext.shell.cli.Completion non RX-ified interface using Vert.x codegen.
Completion(delegate: Completion) |
static val __TYPE_ARG: TypeArg<Completion> |
open fun complete(candidates: MutableList<String>): Unit
End the completion with a list of candidates, these candidates will be displayed by the shell on the console. open fun complete(value: String, terminal: Boolean): Unit
End the completion with a value that will be inserted to complete the line. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): Completion |
|
open fun hashCode(): Int |
|
open fun lineTokens(): MutableList<CliToken> |
|
open static fun newInstance(arg: Completion): Completion |
|
open fun rawLine(): String |
|
open fun session(): Session |
|
open fun toString(): String |
|
open fun vertx(): Vertx |