Uses of Class
com.martiansoftware.jsap.Option
Packages that use Option
-
Uses of Option in com.martiansoftware.jsap
Subclasses of Option in com.martiansoftware.jsapModifier and TypeClassDescriptionclass
An option that implements the Flagged interface.final class
A QualifiedSwitch is a parameter that has something in common with a Switch, i.e., its presence or absence is significant, but different from a "pure" Switch it can have an additional value (or values) prefixed by a ':' sign that qualifies the Switch - making it behave like a FlaggedOption if a value is specified.final class
An option whose meaning is derived from its position in the argument list rather than a flag that precedes it. -
Uses of Option in com.martiansoftware.jsap.ant
Methods in com.martiansoftware.jsap.ant with parameters of type OptionModifier and TypeMethodDescriptionprotected void
OptionConfiguration.setupStringParser
(Option option) Instantiates and configures AStringParser
according to this configuration, and provides it to the specified Option.