Package | Description |
---|---|
io.vertx.core.cli | |
io.vertx.core.cli.annotations | |
io.vertx.core.spi.launcher | |
io.vertx.ext.shell.command | |
io.vertx.groovy.core.cli | |
io.vertx.rxjava.core.cli |
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 |
CommandFactory.create(CommandLine evaluated) |
C |
DefaultCommandFactory.create(CommandLine cl) |
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 |
---|---|
static boolean |
CommandLine_GroovyExtension.acceptMoreValues(CommandLine j_receiver,
Map<String,Object> option) |
static <T> Object |
CommandLine_GroovyExtension.getArgumentValue(CommandLine j_receiver,
int index) |
static <T> Object |
CommandLine_GroovyExtension.getArgumentValue(CommandLine j_receiver,
String name) |
static <T> Object |
CommandLine_GroovyExtension.getOptionValue(CommandLine j_receiver,
String name) |
static String |
CommandLine_GroovyExtension.getRawValueForArgument(CommandLine j_receiver,
Map<String,Object> arg) |
static String |
CommandLine_GroovyExtension.getRawValueForOption(CommandLine j_receiver,
Map<String,Object> option) |
static List<String> |
CommandLine_GroovyExtension.getRawValues(CommandLine j_receiver,
Map<String,Object> option) |
static List<String> |
CommandLine_GroovyExtension.getRawValuesForArgument(CommandLine j_receiver,
Map<String,Object> argument) |
static List<String> |
CommandLine_GroovyExtension.getRawValuesForOption(CommandLine j_receiver,
Map<String,Object> option) |
static boolean |
CommandLine_GroovyExtension.isArgumentAssigned(CommandLine j_receiver,
Map<String,Object> arg) |
static boolean |
CommandLine_GroovyExtension.isOptionAssigned(CommandLine j_receiver,
Map<String,Object> option) |
static boolean |
CommandLine_GroovyExtension.isSeenInCommandLine(CommandLine j_receiver,
Map<String,Object> option) |
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 © 2017. All rights reserved.