| Package | Description | 
|---|---|
| io.vertx.ext.shell.command | |
| io.vertx.reactivex.ext.shell.command | |
| io.vertx.rxjava.ext.shell.command | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandRegistry | 
CommandRegistry.create(Vertx vertx)
Create a new registry. 
 | 
static CommandRegistry | 
CommandRegistry.getShared(Vertx vertx)
Get the shared registry for the Vert.x instance. 
 | 
CommandRegistry | 
CommandRegistry.registerCommand(Class<? extends AnnotatedCommand> command)
Like  
registerCommand(Class, Handler), without a completion handler. | 
CommandRegistry | 
CommandRegistry.registerCommand(Class<? extends AnnotatedCommand> command,
               Handler<AsyncResult<Command>> completionHandler)
Register a single command. 
 | 
CommandRegistry | 
CommandRegistry.registerCommand(Command command)
Like  
registerCommand(Command, Handler), without a completion handler. | 
CommandRegistry | 
CommandRegistry.registerCommand(Command command,
               Handler<AsyncResult<Command>> completionHandler)
Register a command 
 | 
CommandRegistry | 
CommandRegistry.registerCommands(List<Command> commands)
Like  
registerCommands(List, Handler), without a completion handler. | 
CommandRegistry | 
CommandRegistry.registerCommands(List<Command> commands,
                Handler<AsyncResult<List<Command>>> completionHandler)
Register a list of commands. 
 | 
CommandRegistry | 
CommandRegistry.unregisterCommand(String commandName)
Like  
unregisterCommand(String, Handler), without a completion handler. | 
CommandRegistry | 
CommandRegistry.unregisterCommand(String commandName,
                 Handler<AsyncResult<Void>> completionHandler)
Unregister a command. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CommandRegistry | 
CommandRegistry.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandRegistry | 
CommandRegistry.newInstance(CommandRegistry arg)  | 
| Constructor and Description | 
|---|
CommandRegistry(CommandRegistry delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
CommandRegistry | 
CommandRegistry.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandRegistry | 
CommandRegistry.newInstance(CommandRegistry arg)  | 
| Constructor and Description | 
|---|
CommandRegistry(CommandRegistry delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.