Uses of Interface
io.vertx.core.cli.CLI
Packages that use CLI
Package
Description
-
Uses of CLI in io.vertx.core.cli
Methods in io.vertx.core.cli that return CLIModifier and TypeMethodDescriptionCLI.addArgument(Argument arg) Adds an argument.CLI.addArguments(List<Argument> args) Adds a set of arguments.Adds an option.CLI.addOptions(List<Option> options) Adds a set of options.CommandLine.cli()static CLICreates an instance ofCLIfrom the given Java class.static CLICreates an instance ofCLIusing the default implementation.CLI.removeArgument(int index) Removes an argument identified by its index.CLI.removeOption(String name) Removes an option identified by its name.CLI.setArguments(List<Argument> args) Sets the list of arguments.CLI.setDescription(String desc) CLI.setHidden(boolean hidden) Sets whether or not the current instance ofCLImust be hidden.Sets the name of the CLI.CLI.setOptions(List<Option> options) Sets the list of arguments.CLI.setPriority(int priority) Sets the priority of the CLI.CLI.setSummary(String summary) Sets the summary of the CLI.CLI.usage(StringBuilder builder) Generates the usage / help of the currentCLI.CLI.usage(StringBuilder builder, String prefix) Generates the usage / help of the currentCLI.Methods in io.vertx.core.cli with parameters of type CLIModifier and TypeMethodDescriptionvoidUsageMessageFormatter.computeUsageLine(StringBuilder buffer, String prefix, CLI cli) static CommandLineCreates a command line object from theCLI.voidUsageMessageFormatter.usage(StringBuilder builder, CLI cli) Computes the usage of the givenCLI.voidUsageMessageFormatter.usage(StringBuilder builder, String prefix, CLI cli) Computes the usage of the givenCLI.Method parameters in io.vertx.core.cli with type arguments of type CLIModifier and TypeMethodDescriptionprotected StringBuilderUsageMessageFormatter.renderCommands(StringBuilder sb, Collection<CLI> commands) -
Uses of CLI in io.vertx.core.cli.annotations
Methods in io.vertx.core.cli.annotations that return CLI -
Uses of CLI in io.vertx.core.spi.launcher
Methods in io.vertx.core.spi.launcher that return CLI -
Uses of CLI in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return CLIMethods in io.vertx.ext.shell.command with parameters of type CLIModifier and TypeMethodDescriptionstatic CommandBuilderCreate a new commmand with itsCLIdescriptor. -
Uses of CLI in io.vertx.ext.shell.command.base
Methods in io.vertx.ext.shell.command.base that return CLI