Package io.vertx.core.cli
package io.vertx.core.cli
-
ClassDescriptionException thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.Defines a command line argument.Converter and mapper for
Argument.Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).High level exception thrown when an issue in the command line processing occurs.The parser transforms a CLI (a model) into anCommandLine.Exception thrown when an option or an argument receives an invalid value.Exception thrown when an option was expected and was not found on the command line.Exception thrown when an option requiring a value does not receive the value, or when a mandatory argument does not receive a value.Models command line options.Converter and mapper forOption.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.Usage message formatter.