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

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.

Parameters

line - the command line creating this job

Return
the created job

open fun createJob(line: String): Job

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

Parameters

line -

Return