Uses of Interface
io.vertx.ext.shell.command.CommandRegistry
-
Packages that use CommandRegistry Package Description io.vertx.ext.shell.command -
-
Uses of CommandRegistry in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return CommandRegistry Modifier and Type Method Description static CommandRegistry
CommandRegistry. create(Vertx vertx)
Create a new registry.static CommandRegistry
CommandRegistry. getShared(Vertx vertx)
Get the shared registry for the Vert.x instance.
-