|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| BoundedDoubleStringParser | A StringParser for parsing Doubles with
optional minimum and maximum values. |
| BoundedFloatStringParser | A StringParser for parsing Floats with
optional minimum and maximum values. |
| BoundedIntegerStringParser | A StringParser for parsing Integers with
optional minimum and maximum values. |
| ClockDomainCommandParser | A command-line argument parser for ClockDomainArchitectureImpl, based on
JSAP (Java-based Simple Argument Parser). |
| EdifCommandParser | A standard command line parser for the EDIF infrastructure, using the
JSAP (Java-based Simple Argument Parser) with additional
functionality. |
| JSAPCommandParser | A JSAP (Java-based Simple Argument Parser) with additional
functionality. |
A set of command-line argument parsers.
This package begins with the JSAP command parser, which is a tool to expidite command-line arguments for Java applications. JSAP gives a simple framework to parse and validate command-line parameters, along with automatically generating usage and help information. This package adds the ability to have bounded parameters (see BoundedDoubleStringParser) and the ability to read and write "configuration" files. Additionally, there are specific command parsers for the BLTmr tool and the BLDwc tool.
JSAP
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||