Package | Description |
---|---|
io.vertx.reactivex.core.cli | |
io.vertx.reactivex.ext.shell.command |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<CommandLine> |
CommandLine.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static CommandLine |
CommandLine.create(CLI cli)
Creates a command line object from the
CLI . |
static CommandLine |
CommandLine.newInstance(CommandLine arg) |
CommandLine |
CLI.parse(List<String> arguments)
Parses the user command line interface and create a new
CommandLine containing extracting values. |
CommandLine |
CLI.parse(List<String> arguments,
boolean validate)
Parses the user command line interface and create a new
CommandLine containing extracting values. |
Modifier and Type | Method and Description |
---|---|
CommandLine |
CommandProcess.commandLine() |
Copyright © 2021 Eclipse. All rights reserved.