Uses of Package
joptsimple
Packages that use joptsimple
-
Classes in joptsimple used by joptsimpleClassDescriptionSpecification of an option that accepts an argument.Wrapper for an array of command line arguments.Represents objects charged with taking a set of option descriptions and producing some help text from them.A specification for an option that does not accept arguments.Specification of a command line's non-option arguments.Trains the option parser.Describes options that an option parser recognizes, in ways that might be useful to help screens.Thrown when a problem occurs during option parsing.Parses command line arguments, using a syntax that attempts to take from the best of POSIX
getopt()
and GNUgetopt_long()
.Abstraction of parser state; mostly serves to model how a parser behaves depending on whether end-of-options has been detected.Representation of a group of detected command line options, their arguments, and non-option arguments.Describes options that an option parser recognizes.Allows callers to specify whether a given option accepts arguments (required or optional).Instances of this interface are used to convert arguments of options into specific Java types. -
Classes in joptsimple used by joptsimple.internalClassDescriptionInstances of this interface are used to convert arguments of options into specific Java types.
-
Classes in joptsimple used by joptsimple.utilClassDescriptionInstances of this interface are used to convert arguments of options into specific Java types.