Uses of Interface
io.vertx.core.cli.CommandLine
Packages that use CommandLine
Package
Description
-
Uses of CommandLine in io.vertx.core.cli
Methods in io.vertx.core.cli that return CommandLineModifier and TypeMethodDescriptionstatic CommandLineCreates a command line object from theCLI.Parses the user command line interface and create a newCommandLinecontaining extracting values.Parses the user command line interface and create a newCommandLinecontaining extracting values. -
Uses of CommandLine in io.vertx.core.cli.annotations
Methods in io.vertx.core.cli.annotations with parameters of type CommandLineModifier and TypeMethodDescriptionstatic voidCLIConfigurator.inject(CommandLine cli, Object object) -
Uses of CommandLine in io.vertx.core.spi.launcher
Methods in io.vertx.core.spi.launcher that return CommandLineMethods in io.vertx.core.spi.launcher with parameters of type CommandLineModifier and TypeMethodDescriptionCommandFactory.create(CommandLine evaluated) DefaultCommandFactory.create(CommandLine cl) Constructors in io.vertx.core.spi.launcher with parameters of type CommandLineModifierConstructorDescriptionExecutionContext(Command command, io.vertx.core.impl.launcher.VertxCommandLauncher launcher, CommandLine commandLine) Creates a new instance ofExecutionContext. -
Uses of CommandLine in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return CommandLine