| Modifier and Type | Method and Description |
|---|---|
static CommandLine |
CommandLine.create(CLI cli)
Creates a command line object from the
CLI. |
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 |
|---|---|
static void |
CLIConfigurator.inject(CommandLine cli,
Object object)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommandLine
Default implementation of the
CommandLine. |
| Modifier and Type | Method and Description |
|---|---|
CommandLine |
DefaultCommandLine.addArgumentValue(String argument)
Adds an argument value.
|
CommandLine |
DefaultParser.parse(CLI cli,
List<String> cla) |
CommandLine |
DefaultParser.parse(CLI cli,
List<String> cla,
boolean validate) |
CommandLine |
DefaultCLI.parse(List<String> arguments)
Parses the user command line interface and create a new
CommandLine containing extracting values. |
CommandLine |
DefaultCLI.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 |
|---|---|
protected Command |
VertxCommandLauncher.getNewCommandInstance(String name,
CommandLine commandLine)
Creates a new
Command instance. |
| Modifier and Type | Method and Description |
|---|---|
CommandLine |
ExecutionContext.commandLine() |
| Modifier and Type | Method and Description |
|---|---|
C |
CommandFactory.create(CommandLine evaluated) |
C |
DefaultCommandFactory.create(CommandLine cl) |
| Constructor and Description |
|---|
ExecutionContext(Command command,
VertxCommandLauncher launcher,
CommandLine commandLine)
Creates a new instance of
ExecutionContext. |
| Modifier and Type | Method and Description |
|---|---|
CommandLine |
CommandLine.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static CommandLine |
CommandLine.newInstance(CommandLine arg) |
| Constructor and Description |
|---|
CommandLine(CommandLine delegate) |
| Modifier and Type | Method and Description |
|---|---|
CommandLine |
CommandLine.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static CommandLine |
CommandLine.newInstance(CommandLine arg) |
| Constructor and Description |
|---|
CommandLine(CommandLine delegate) |
Copyright © 2021. All rights reserved.