Package | Description |
---|---|
com.martiansoftware.jsap | |
com.martiansoftware.jsap.ant |
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 |
UnflaggedOption
An option whose meaning is derived from its position in the argument
list rather than a flag
that precedes it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OptionConfiguration.setupStringParser(Option option)
Instantiates and configures A
StringParser according to this
configuration, and provides it to the
specified Option. |
Copyright © 2016. All rights reserved.