vertx / io.vertx.rxjava.ext.shell.cli / Completion

Completion

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.

Constructors

<init>

Completion(delegate: Completion)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<Completion>

Functions

complete

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.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): Completion

hashCode

open fun hashCode(): Int

lineTokens

open fun lineTokens(): MutableList<CliToken>

newInstance

open static fun newInstance(arg: Completion): Completion

rawLine

open fun rawLine(): String

session

open fun session(): Session

toString

open fun toString(): String

vertx

open fun vertx(): Vertx