Uses of Interface
io.vertx.ext.shell.command.Command
Packages that use Command
-
Uses of Command in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return CommandModifier and TypeMethodDescriptionBuild the commandstatic CommandCommand.create(Vertx vertx, Class<? extends AnnotatedCommand> clazz) Create a command from a Java class, annotated with Vert.x Core CLI annotations.default CommandCommandResolver.getCommand(String name) Returns a single command by its name.Methods in io.vertx.ext.shell.command that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandResolver.commands()CommandRegistry.registerCommand(Command command) Register a commandCommandRegistry.registerCommand(Class<? extends AnnotatedCommand> command) Register a single command.CommandRegistry.registerCommands(List<Command> commands) Register a list of commands.Methods in io.vertx.ext.shell.command with parameters of type CommandModifier and TypeMethodDescriptionCommandRegistry.registerCommand(Command command) Register a commandMethod parameters in io.vertx.ext.shell.command with type arguments of type Command -
Uses of Command in io.vertx.ext.shell.command.base
Methods in io.vertx.ext.shell.command.base that return types with arguments of type Command