Uses of Interface
com.martiansoftware.jsap.Flagged

Packages that use Flagged
Package
Description
 
  • Uses of Flagged in com.martiansoftware.jsap

    Classes in com.martiansoftware.jsap that implement Flagged
    Modifier and Type
    Class
    Description
    class 
    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 Flagged
    Modifier and Type
    Method
    Description
    JSAP.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.