| Package | Description |
|---|---|
| io.vertx.ext.shell |
= Vert.x Shell
Vert.x Shell is a command line interface for the Vert.x runtime available from regular
terminals using different protocols.
|
| io.vertx.ext.shell.cli | |
| io.vertx.ext.shell.command | |
| io.vertx.ext.shell.session | |
| io.vertx.ext.shell.system | |
| io.vertx.ext.shell.term |
| Modifier and Type | Method and Description |
|---|---|
Session |
Shell.session() |
| Modifier and Type | Method and Description |
|---|---|
Session |
Completion.session() |
| Modifier and Type | Method and Description |
|---|---|
Session |
CommandProcess.session() |
| Modifier and Type | Method and Description |
|---|---|
static Session |
Session.create()
Create a new empty session.
|
Session |
Session.put(String key,
Object obj)
Put some data in a session
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Process.getSession() |
| Modifier and Type | Method and Description |
|---|---|
Process |
Process.setSession(Session session)
Set the process session
|
Job |
Job.setSession(Session session)
Set a session on the job.
|
| Modifier and Type | Method and Description |
|---|---|
Term |
Term.setSession(Session session)
Associate the term with a session.
|
Copyright © 2018 Eclipse. All rights reserved.