Package | Description |
---|---|
io.vertx.reactivex.ext.shell | |
io.vertx.reactivex.ext.shell.system |
Modifier and Type | Method and Description |
---|---|
Job |
Shell.createJob(List<CliToken> line)
Create a job, the created job should then be executed with the
run() method. |
Job |
Shell.createJob(String line)
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Job> |
Job.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Job |
JobController.createJob(Process process,
String line)
Create a job wrapping a process.
|
Job |
JobController.foregroundJob() |
Job |
JobController.getJob(int id)
Returns an active job in this session by its .
|
static Job |
Job.newInstance(Job arg) |
Job |
Job.resume()
Resume the job to foreground.
|
Job |
Job.resume(boolean foreground)
Resume the job.
|
Job |
Job.run()
Run the job, before running the job a must be set.
|
Job |
Job.setSession(Session session)
Set a session on the job.
|
Job |
Job.setTty(Tty tty)
Set a tty on the job.
|
Job |
Job.statusUpdateHandler(Handler<ExecStatus> handler)
Set an handler called when the job terminates.
|
Job |
Job.suspend()
Resume the job.
|
Job |
Job.toBackground()
Send the job to background.
|
Job |
Job.toForeground()
Send the job to foreground.
|
Modifier and Type | Method and Description |
---|---|
Set<Job> |
JobController.jobs() |
Copyright © 2021 Eclipse. All rights reserved.