open class Shell
An interactive session between a consumer and a shell. NOTE: This class has been automatically generated from the io.vertx.ext.shell.Shell non RX-ified interface using Vert.x codegen.
Shell(delegate: Shell) |
static val __TYPE_ARG: TypeArg<Shell> |
open fun close(): Unit
Close the shell. |
|
open fun createJob(line: MutableList<CliToken>): Job
Create a job, the created job should then be executed with the open fun createJob(line: String): Job
|
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): Shell |
|
open fun hashCode(): Int |
|
open fun jobController(): JobController |
|
open static fun newInstance(arg: Shell): Shell |
|
open fun session(): Session |
|
open fun toString(): String |