Uses of Package
io.vertx.ext.shell.command
Packages that use io.vertx.ext.shell.command
Package
Description
-
Classes in io.vertx.ext.shell.command used by io.vertx.ext.shell
-
Classes in io.vertx.ext.shell.command used by io.vertx.ext.shell.commandClassDescriptionThe base command class that Java annotated command should extend.A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(String)or from a Java class usingCommand.create(Vertx, Class)A build for Vert.x Shell command.The command process provides interaction with the process of the command provided by Vert.x Shell.A registry that contains the commands known by a shell.A resolver for commands, so the shell can discover commands. -
Classes in io.vertx.ext.shell.command used by io.vertx.ext.shell.command.baseClassDescriptionThe base command class that Java annotated command should extend.A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(String)or from a Java class usingCommand.create(Vertx, Class)The command process provides interaction with the process of the command provided by Vert.x Shell.A resolver for commands, so the shell can discover commands. -
Classes in io.vertx.ext.shell.command used by io.vertx.ext.shell.spi