vertx / io.vertx.rxjava.ext.shell / Shell

Shell

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.

Constructors

<init>

Shell(delegate: Shell)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<Shell>

Functions

close

open fun close(): Unit

Close the shell.

createJob

open fun createJob(line: MutableList<CliToken>): Job

Create a job, the created job should then be executed with the io.vertx.rxjava.ext.shell.system.Job#run method.

open fun createJob(line: String): Job

See io.vertx.rxjava.ext.shell.Shell#createJob

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): Shell

hashCode

open fun hashCode(): Int

jobController

open fun jobController(): JobController

newInstance

open static fun newInstance(arg: Shell): Shell

session

open fun session(): Session

toString

open fun toString(): String