Package | Description |
---|---|
io.vertx.ext.shell | |
io.vertx.reactivex.ext.shell | |
io.vertx.rxjava.ext.shell |
Modifier and Type | Method and Description |
---|---|
Shell |
ShellServer.createShell()
Create a new shell, the returned shell should be closed explicitely.
|
Shell |
ShellServer.createShell(Term term)
Create a new shell, the returned shell should be closed explicitely.
|
Modifier and Type | Method and Description |
---|---|
void |
ShellServer.shellHandler(Handler<Shell> shellHandler)
Called when a new shell is created.
|
Modifier and Type | Method and Description |
---|---|
Shell |
Shell.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Shell |
Shell.newInstance(Shell arg) |
Constructor and Description |
---|
Shell(Shell delegate) |
Modifier and Type | Method and Description |
---|---|
Shell |
Shell.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Shell |
Shell.newInstance(Shell arg) |
Constructor and Description |
---|
Shell(Shell delegate) |
Copyright © 2021 Eclipse. All rights reserved.