Package | Description |
---|---|
org.locationtech.jtstest.command | |
org.locationtech.jtstest.testrunner |
Class and Description |
---|
Option
The parameters for an instance of an option occurring in a command
|
OptionSpec
Specifes the syntax for a single option on a
command line
ToDo:
- add syntax pattern parsing
Syntax patterns are similar to Java type signatures
F - float
I - int
L - long
S - string
B - boolean
+ - one or more
eg: "FIS+" takes a double, int, and one or more Strings
|
ParseException |
Class and Description |
---|
CommandLine
A class to parse Unix (and DOS/Win)-style application command-lines
|
Copyright © 2024. All rights reserved.