All Classes and Interfaces
Class
Description
A utility class that provides methods for reading and validating various
data types from the command line.
Represents a command-line option that accepts exactly one parameter interpreted as a directory path.
Represents a command-line option that accepts one or more directory paths.
Defines whether a file/directory resource must exist, must not exist, or if it does not matter.
Represents a command-line option that accepts exactly one parameter which is interpreted as a file path.
Represents a command-line option that accepts one or more file paths.
Represents a command-line option that accepts exactly one floating-point parameter.
Represents a command-line option that accepts exactly one parameter interpreted as an integer.
Represents a command-line option that accepts exactly zero parameters.
Represents a command-line option (a flag or switch), which can be configured with:
whether it's mandatory
the number of parameters accepted
a textual description
aliases (the actual CLI flags, e.g., "--help" or "-h")
Defines how many parameters a command-line option can accept.
This class parses command-line arguments against a set of registered
Option
objects.Represents a command-line option that accepts exactly one string parameter.
Represents a command-line option that accepts one or more string parameters.