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 | Method and Description |
---|---|
CommandLine |
ExecutionContext.commandLine() |
Modifier and Type | Method and Description |
---|---|
C |
DefaultCommandFactory.create(CommandLine cl) |
C |
CommandFactory.create(CommandLine evaluated) |
Constructor and Description |
---|
ExecutionContext(Command command,
io.vertx.core.impl.launcher.VertxCommandLauncher launcher,
CommandLine commandLine)
Creates a new instance of
ExecutionContext . |
Modifier and Type | Method and Description |
---|---|
CommandLine |
CommandProcess.commandLine() |
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) |
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 Eclipse. All rights reserved.