-
Thrown when more than one option in an option group has been provided.
Represents list of arguments parsed against a
Options
descriptor.
A nested builder class to create CommandLine
instance using descriptive methods.
A class that implements the
CommandLineParser
interface can parse a String array according to the
Options
specified and return a
CommandLine
.
A nested builder class to create DefaultParser
instances
using descriptive methods.
Thrown when a required option has not been provided.
Describes a single command-line option.
A nested builder class to create Option
instances using descriptive methods.
A group of mutually exclusive options.
Main entry-point into the library.
Base for Exceptions thrown during parsing of a command-line.
Thrown during parsing signaling an unrecognized option.
Option.builder(String)
instead