Uses of Package
com.martiansoftware.jsap
-
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap Class Description Defaults Stores a collection of default values, associated with their respective parameters by the parameters' unique IDs.DefaultSource An interface describing an object as being able to produce a set of default values.ExceptionMap A class for aggregating exceptions thrown by JSAP's parsing process.Flagged Marks an argument as being "flagged" - that is, as having its value on the command line preceded by an indicator.FlaggedOption An option that implements the Flagged interface.IDMap A utility class to allow lookups of parameter IDs by short flag or long flag.JSAP The core class of the JSAP (Java Simple Argument Parser) API.JSAPException The base class for all of JSAP's exceptions.JSAPResult Encapsulates the results of JSAP's parse() methods.Option The base class from which FlaggedOption and UnflaggedOption are derived.Parameter Top-level abstraction of a parameter.ParseException A JSAPException subclass notifying the application of a parse error.SimpleJSAP A simple interface toJSAP
that handles directly help, explanation and an array of parameters.StringParser Class responsible for converting Strings into Objects.Switch A Switch is a parameter whose presence alone is significant; another commonly used term for a Switch is "Flag".UnflaggedOption 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 Class Description Option The base class from which FlaggedOption and UnflaggedOption are derived.Parameter Top-level abstraction of a parameter. -
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap.defaultsources Class Description Defaults Stores a collection of default values, associated with their respective parameters by the parameters' unique IDs.DefaultSource An interface describing an object as being able to produce a set of default values.ExceptionMap A class for aggregating exceptions thrown by JSAP's parsing process.IDMap 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.stringparsers Class Description ParseException A JSAPException subclass notifying the application of a parse error.PropertyStringParser AStringParser
subclass that provides a means for setting/getting properties.StringParser Class responsible for converting Strings into Objects. -
Classes in com.martiansoftware.jsap used by com.martiansoftware.jsap.xml Class Description JSAP The core class of the JSAP (Java Simple Argument Parser) API.JSAPException The base class for all of JSAP's exceptions.