Uses of Package
org.locationtech.jtstest.command
-
Packages that use org.locationtech.jtstest.command Package Description org.locationtech.jtstest.command org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testrunner -
Classes in org.locationtech.jtstest.command used by org.locationtech.jtstest.command Class Description Option The parameters for an instance of an option occurring in a commandOptionSpec 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 StringsParseException -
Classes in org.locationtech.jtstest.command used by org.locationtech.jtstest.testbuilder Class Description CommandLine A class to parse Unix (and DOS/Win)-style application command-linesParseException -
Classes in org.locationtech.jtstest.command used by org.locationtech.jtstest.testrunner Class Description CommandLine A class to parse Unix (and DOS/Win)-style application command-linesParseException