Uses of Interface
com.martiansoftware.jsap.Flagged
Packages that use Flagged
-
Uses of Flagged in com.martiansoftware.jsap
Classes in com.martiansoftware.jsap that implement FlaggedModifier 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.class
A Switch is a parameter whose presence alone is significant; another commonly used term for a Switch is "Flag".Methods in com.martiansoftware.jsap that return FlaggedModifier and TypeMethodDescriptionJSAP.getByLongFlag
(String longFlag) Returns the requested Switch or FlaggedOption with the specified long flag.JSAP.getByShortFlag
(char shortFlag) Returns the requested Switch or FlaggedOption with the specified short flag.JSAP.getByShortFlag
(Character shortFlag) Returns the requested Switch or FlaggedOption with the specified short flag.