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 classFlaggedOptionAn option that implements the Flagged interface.classQualifiedSwitchA 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.classUnflaggedOptionAn 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 voidOptionConfiguration. setupStringParser(Option option)Instantiates and configures AStringParseraccording to this configuration, and provides it to the specified Option.
-