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