| Modifier and Type | Method and Description | 
|---|---|
ShellServer | 
ShellServer.registerCommandResolver(CommandResolver resolver)
Register a command resolver for this server. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CommandRegistry
A registry that contains the commands known by a shell.
 It is a mutable command resolver. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandResolver | 
CommandResolver.baseCommands(Vertx vertx)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseCommandPack  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommandResolverFactory.resolver(Vertx vertx,
        Handler<AsyncResult<CommandResolver>> resolveHandler)
Obtain a command resolver for a Vert.x instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CommandResolver | 
CommandResolver.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandResolver | 
CommandResolver.newInstance(CommandResolver arg)  | 
| Constructor and Description | 
|---|
CommandResolver(CommandResolver delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
CommandResolver | 
CommandResolver.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandResolver | 
CommandResolver.newInstance(CommandResolver arg)  | 
| Constructor and Description | 
|---|
CommandResolver(CommandResolver delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.