| Package | Description | 
|---|---|
| io.vertx.ext.shell | |
| io.vertx.reactivex.ext.shell | |
| io.vertx.rxjava.ext.shell | 
| Modifier and Type | Method and Description | 
|---|---|
static ShellServer | 
ShellServer.create(Vertx vertx)
Create a new shell server with specific options. 
 | 
static ShellServer | 
ShellServer.create(Vertx vertx,
      ShellServerOptions options)
Create a new shell server with default options. 
 | 
ShellServer | 
ShellServer.listen(Handler<AsyncResult<Void>> listenHandler)
Start the shell service, this is an asynchronous start. 
 | 
ShellServer | 
ShellServer.registerCommandResolver(CommandResolver resolver)
Register a command resolver for this server. 
 | 
ShellServer | 
ShellServer.registerTermServer(TermServer termServer)
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server. 
 | 
ShellServer | 
ShellService.server()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServer | 
ShellServer.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ShellServer | 
ShellServer.newInstance(ShellServer arg)  | 
| Constructor and Description | 
|---|
ShellServer(ShellServer delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServer | 
ShellServer.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ShellServer | 
ShellServer.newInstance(ShellServer arg)  | 
| Constructor and Description | 
|---|
ShellServer(ShellServer delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.