Class CommandResolver
java.lang.Object
io.vertx.mutiny.ext.shell.command.CommandResolver
- All Implemented Interfaces:
MutinyDelegate
- Direct Known Subclasses:
CommandRegistry
A resolver for commands, so the shell can discover commands.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandResolver
(io.vertx.ext.shell.command.CommandResolver delegate) CommandResolver
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandResolver
baseCommands
(Vertx vertx) commands()
boolean
getCommand
(String name) io.vertx.ext.shell.command.CommandResolver
int
hashCode()
static CommandResolver
newInstance
(io.vertx.ext.shell.command.CommandResolver arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
CommandResolver
public CommandResolver(io.vertx.ext.shell.command.CommandResolver delegate) -
CommandResolver
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.command.CommandResolver getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
baseCommands
- Parameters:
vertx
-- Returns:
- the base commands of Vert.x Shell.
-
commands
- Returns:
- the current commands
-
getCommand
- Parameters:
name
- the command name- Returns:
- the commad or null
-
newInstance
-