Uses of Package
com.martiansoftware.jsap
Packages that use com.martiansoftware.jsap
Package
Description
-
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsapClassDescriptionStores a collection of default values, associated with their respective parameters by the parameters' unique IDs.An interface describing an object as being able to produce a set of default values.A class for aggregating exceptions thrown by JSAP's parsing process.Marks an argument as being "flagged" - that is, as having its value on the command line preceded by an indicator.An option that implements the Flagged interface.A utility class to allow lookups of parameter IDs by short flag or long flag.The core class of the JSAP (Java Simple Argument Parser) API.The base class for all of JSAP's exceptions.Encapsulates the results of JSAP's parse() methods.The base class from which FlaggedOption and UnflaggedOption are derived.Top-level abstraction of a parameter.A JSAPException subclass notifying the application of a parse error.A simple interface to
JSAP
that handles directly help, explanation and an array of parameters.Class responsible for converting Strings into Objects.A Switch is a parameter whose presence alone is significant; another commonly used term for a Switch is "Flag".An option whose meaning is derived from its position in the argument list rather than a flag that precedes it. -
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap.ant
-
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap.defaultsourcesClassDescriptionStores a collection of default values, associated with their respective parameters by the parameters' unique IDs.An interface describing an object as being able to produce a set of default values.A class for aggregating exceptions thrown by JSAP's parsing process.A utility class to allow lookups of parameter IDs by short flag or long flag.
-
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap.stringparsersClassDescriptionA JSAPException subclass notifying the application of a parse error.A
StringParser
subclass that provides a means for setting/getting properties.Class responsible for converting Strings into Objects. -
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap.xmlClassDescriptionThe core class of the JSAP (Java Simple Argument Parser) API.The base class for all of JSAP's exceptions.