Uses of Class
io.vertx.reactivex.core.cli.CLI
-
Packages that use CLI Package Description io.vertx.reactivex.core.cli io.vertx.reactivex.ext.shell.command -
-
Uses of CLI in io.vertx.reactivex.core.cli
Fields in io.vertx.reactivex.core.cli with type parameters of type CLI Modifier and Type Field Description static TypeArg<CLI>CLI. __TYPE_ARGMethods in io.vertx.reactivex.core.cli that return CLI Modifier and Type Method Description CLICLI. addArgument(Argument arg)Adds an argument.CLICLI. addArguments(List<Argument> args)Adds a set of arguments.CLICLI. addOption(Option option)Adds an option.CLICLI. addOptions(List<Option> options)Adds a set of options.CLICommandLine. cli()static CLICLI. create(String name)Creates an instance ofCLIusing the default implementation.static CLICLI. newInstance(CLI arg)CLICLI. removeArgument(int index)Removes an argument identified by its index.CLICLI. removeOption(String name)Removes an option identified by its name.CLICLI. setArguments(List<Argument> args)Sets the list of arguments.CLICLI. setDescription(String desc)CLICLI. setHidden(boolean hidden)Sets whether or not the current instance ofCLImust be hidden.CLICLI. setName(String name)Sets the name of the CLI.CLICLI. setOptions(List<Option> options)Sets the list of arguments.CLICLI. setPriority(int priority)Sets the priority of the CLI.CLICLI. setSummary(String summary)Sets the summary of the CLI.Methods in io.vertx.reactivex.core.cli with parameters of type CLI Modifier and Type Method Description static CommandLineCommandLine. create(CLI cli)Creates a command line object from theCLI. -
Uses of CLI in io.vertx.reactivex.ext.shell.command
Methods in io.vertx.reactivex.ext.shell.command that return CLI Modifier and Type Method Description CLICommand. cli()Methods in io.vertx.reactivex.ext.shell.command with parameters of type CLI Modifier and Type Method Description static CommandBuilderCommandBuilder. command(CLI cli)Create a new commmand with itsCLIdescriptor.
-