Interface CommandResolver
- All Known Subinterfaces:
CommandRegistry
- All Known Implementing Classes:
BaseCommandPack
public interface CommandResolver
A resolver for commands, so the shell can discover commands.
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandResolverbaseCommands(Vertx vertx) commands()default CommandgetCommand(String name) Returns a single command by its name.
-
Method Details
-
baseCommands
- Returns:
- the base commands of Vert.x Shell.
-
commands
-
getCommand
-