Class Summary |
DefaultValue |
Provides a means of specifying default values for the jsap task containing
<default> elements. |
FlaggedOptionConfiguration |
Stores/provides configuration data for flaggedoptions nested inside a jsap
ant task. |
JSAPAntTask |
An ANT task that generates a custom subclass of JSAP to simplify its use
in
a program. |
OptionConfiguration |
Stores/provides configuration data common to both flaggedoptions and
unflaggedoptions nested inside a jsap ant task. |
ParameterConfiguration |
Stores/provides configuration data common to switches, flaggedoptions, and
unflaggedoptions
nested inside a jsap ant task. |
ParserProperty |
Stores/provides a single name/value pair for a PropertyStringParser
For detailed information on using the jsap task, see the documentation for
JSAPAntTask. |
SwitchConfiguration |
Stores/provides configuration data for switches nested inside a jsap ant
task. |
UnflaggedOptionConfiguration |
Stores/provides configuration data for unflaggedoptions nested inside a jsap
ant task. |