Package io.vertx.ext.shell.command
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
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CommandResolver
baseCommands(Vertx vertx)
List<Command>
commands()
default Command
getCommand(String name)
Returns a single command by its name.
-
-
-
Method Detail
-
baseCommands
static CommandResolver baseCommands(Vertx vertx)
- Returns:
- the base commands of Vert.x Shell.
-
-