All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AmbiguousOptionException Exception thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.Argument Annotates a setter to be called with the value of a command line argument.Argument Defines a command line argument.ArgumentConverter Converter and mapper forArgument.BooleanConverter A converter for boolean.CharacterConverter A converter for character.CLI Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).CLIConfigurator Class responsible for defining CLI using annotations and injecting values extracted by the parser.CLIException High level exception thrown when an issue in the command line processing occurs.Command A plug-in to the Vert.x command orLauncherclass.CommandFactory<C extends Command> SPI Interface to provide a newLaunchercommand.CommandFactoryLookup The interface to implement to look for commands.CommandLine The parser transforms a CLI (a model) into anCommandLine.ConstructorBasedConverter<T> This 'default' converter tries to create objects using a constructor taking a single String argument.ConvertedBy Annotates@Optionsetters to indicate how the value is converted to the argument type.Converter<T> The converter interface to convertStrings toObjects.Converters Entry point to the converter system.DefaultCommand Default implementation ofCommandusing annotation to define itself.DefaultCommandFactory<C extends Command> Default implementation ofCommandFactory.DefaultValue Annotation to set a default value to an option.Description Annotation used to write the option or command documentation.ExecutionContext The execution context contains various information on the execution.FromBasedConverter<T> This 'default' converter tries to create objects using a static 'from' method taking a single String argument.FromStringBasedConverter<T> This 'default' converter tries to create objects using a static 'from' method taking a single String argument.Hidden InvalidValueException Exception thrown when an option or an argument receives an invalid value.Launcher Amain()class that can be used to create Vert.x instance and deploy a verticle, or run a bare Vert.x instance.MissingOptionException Exception thrown when an option was expected and was not found on the command line.MissingValueException Exception thrown when an option requiring a value does not receive the value, or when a mandatory argument does not receive a value.Name Defines the name of aCLI.Option Annotates a setter to be called with the value of a command line option.Option Models command line options.OptionConverter Converter and mapper forOption.ParsedAsList Annotates a setter to be called with the value of a command line option.Summary Annotates aCLIwith summary.TypedArgument<T> An implementation ofArgumentfor java specifying the type of object received by the argument.TypedOption<T> An implementation ofOptionfor java specifying the type of object received by the option.UsageMessageFormatter Usage message formatter.ValueOfBasedConverter<T> This 'default' converter tries to create objects using a static 'valueOf' method taking a single String argument.