interface Shell
An interactive session between a consumer and a shell.
Author
Julien Viet
abstract fun close(): Unit
Close the shell. |
|
abstract fun createJob(line: MutableList<CliToken>): Job
Create a job, the created job should then be executed with the abstract fun createJob(line: String): Job
See |
|
abstract fun jobController(): JobController |
|
abstract fun session(): Session |