Uses of Class
com.martiansoftware.jsap.Option
-
Packages that use Option Package Description com.martiansoftware.jsap com.martiansoftware.jsap.ant -
-
Uses of Option in com.martiansoftware.jsap
Subclasses of Option in com.martiansoftware.jsap Modifier and Type Class Description class
FlaggedOption
An option that implements the Flagged interface.class
QualifiedSwitch
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.class
UnflaggedOption
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 Option Modifier and Type Method Description protected void
OptionConfiguration. setupStringParser(Option option)
Instantiates and configures AStringParser
according to this configuration, and provides it to the specified Option.
-