Uses of Class
io.vertx.reactivex.core.cli.CommandLine
-
Packages that use CommandLine Package Description io.vertx.reactivex.core.cli io.vertx.reactivex.ext.shell.command -
-
Uses of CommandLine in io.vertx.reactivex.core.cli
Fields in io.vertx.reactivex.core.cli with type parameters of type CommandLine Modifier and Type Field Description static TypeArg<CommandLine>
CommandLine. __TYPE_ARG
Methods in io.vertx.reactivex.core.cli that return CommandLine Modifier and Type Method Description static CommandLine
CommandLine. create(CLI cli)
Creates a command line object from theCLI
.static CommandLine
CommandLine. newInstance(CommandLine arg)
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.reactivex.ext.shell.command
Methods in io.vertx.reactivex.ext.shell.command that return CommandLine Modifier and Type Method Description CommandLine
CommandProcess. commandLine()
-