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 CommandResolverbaseCommands(Vertx vertx) commands()booleangetCommand(String name) io.vertx.ext.shell.command.CommandResolverinthashCode()static CommandResolvernewInstance(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:
getDelegatein 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
-