| Class and Description |
|---|
| Defaults
Stores a collection of default values, associated with their respective
parameters by the parameters' unique IDs.
|
| DefaultSource
An interface describing an object as being able to produce a set of default
values.
|
| ExceptionMap
A class for aggregating exceptions thrown by JSAP's parsing process.
|
| Flagged
Marks an argument as being "flagged" - that is, as having its value on the
command line preceded by an indicator.
|
| FlaggedOption
An option that implements the Flagged interface.
|
| IDMap
A utility class to allow lookups of parameter IDs by short flag or long flag.
|
| JSAP
The core class of the JSAP (Java Simple Argument Parser) API.
|
| JSAPException
The base class for all of JSAP's exceptions.
|
| JSAPResult
Encapsulates the results of JSAP's parse() methods.
|
| Option
The base class from which FlaggedOption and UnflaggedOption are derived.
|
| Parameter
Top-level abstraction of a parameter.
|
| ParseException
A JSAPException subclass notifying the application of a parse error.
|
| SimpleJSAP
A simple interface to
JSAP that handles directly help,
explanation and an array of parameters. |
| StringParser
Class responsible for converting Strings into Objects.
|
| Switch
A Switch is a parameter whose presence alone is significant; another
commonly used term for a Switch is "Flag".
|
| UnflaggedOption
An option whose meaning is derived from its position in the argument
list rather than a flag
that precedes it.
|
| Class and Description |
|---|
| Option
The base class from which FlaggedOption and UnflaggedOption are derived.
|
| Parameter
Top-level abstraction of a parameter.
|
| Class and Description |
|---|
| Defaults
Stores a collection of default values, associated with their respective
parameters by the parameters' unique IDs.
|
| DefaultSource
An interface describing an object as being able to produce a set of default
values.
|
| ExceptionMap
A class for aggregating exceptions thrown by JSAP's parsing process.
|
| IDMap
A utility class to allow lookups of parameter IDs by short flag or long flag.
|
| Class and Description |
|---|
| ParseException
A JSAPException subclass notifying the application of a parse error.
|
| PropertyStringParser
A
StringParser subclass that provides a means for setting/getting properties. |
| StringParser
Class responsible for converting Strings into Objects.
|
| Class and Description |
|---|
| JSAP
The core class of the JSAP (Java Simple Argument Parser) API.
|
| JSAPException
The base class for all of JSAP's exceptions.
|
Copyright © 2016. All rights reserved.