Uses of Interface
io.vertx.core.cli.CommandLine
-
Packages that use CommandLine Package Description io.vertx.core.cli io.vertx.core.cli.annotations io.vertx.core.spi.launcher io.vertx.ext.shell.command -
-
Uses of CommandLine in io.vertx.core.cli
Methods in io.vertx.core.cli that return CommandLine Modifier and Type Method Description static CommandLine
CommandLine. create(CLI cli)
Creates a command line object from theCLI
.CommandLine
CLI. parse(List<String> arguments)
Parses the user command line interface and create a newCommandLine
containing extracting values.CommandLine
CLI. parse(List<String> arguments, boolean validate)
Parses the user command line interface and create a newCommandLine
containing extracting values. -
Uses of CommandLine in io.vertx.core.cli.annotations
Methods in io.vertx.core.cli.annotations with parameters of type CommandLine Modifier and Type Method Description static void
CLIConfigurator. inject(CommandLine cli, Object object)
-
Uses of CommandLine in io.vertx.core.spi.launcher
Methods in io.vertx.core.spi.launcher that return CommandLine Modifier and Type Method Description CommandLine
ExecutionContext. commandLine()
Methods in io.vertx.core.spi.launcher with parameters of type CommandLine Modifier and Type Method Description C
CommandFactory. create(CommandLine evaluated)
C
DefaultCommandFactory. create(CommandLine cl)
Constructors in io.vertx.core.spi.launcher with parameters of type CommandLine Constructor Description ExecutionContext(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 Modifier and Type Method Description CommandLine
CommandProcess. commandLine()
-