Package | Description |
---|---|
com.martiansoftware.jsap |
Modifier and Type | Class and 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 |
Switch
A Switch is a parameter whose presence alone is significant; another
commonly used term for a Switch is "Flag".
|
Modifier and Type | Method and Description |
---|---|
Flagged |
JSAP.getByLongFlag(String longFlag)
Returns the requested Switch or FlaggedOption with the specified long
flag.
|
Flagged |
JSAP.getByShortFlag(char shortFlag)
Returns the requested Switch or FlaggedOption with the specified short
flag.
|
Flagged |
JSAP.getByShortFlag(Character shortFlag)
Returns the requested Switch or FlaggedOption with the specified short
flag.
|
Copyright © 2015. All rights reserved.