| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.shell.command | |
| io.vertx.reactivex.ext.shell.system | |
| io.vertx.reactivex.ext.shell.term | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandProcess
The command process provides interaction with the process of the command provided by Vert.x Shell. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tty | 
Process.getTty()  | 
| Modifier and Type | Method and Description | 
|---|---|
Process | 
Process.setTty(Tty tty)
Set the process tty. 
 | 
Job | 
Job.setTty(Tty tty)
Set a tty on the job. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Term
The terminal. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Tty> | 
Tty.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static Tty | 
Tty.newInstance(Tty arg)  | 
Tty | 
Tty.resizehandler(Handler<Void> handler)
Set a resize handler, the handler is called when the tty size changes. 
 | 
Tty | 
Pty.slave()  | 
Tty | 
Tty.stdinHandler(Handler<String> handler)
Set a stream handler on the standard input to read the data. 
 | 
Tty | 
Tty.write(String data)
Write data to the standard output. 
 | 
Copyright © 2020 Eclipse. All rights reserved.