Class CommandLine

java.lang.Object
org.locationtech.jtstest.command.CommandLine

public class CommandLine extends Object
A class to parse Unix (and DOS/Win)-style application command-lines
Version:
1.7
  • Field Details

    • optSpecs

      Hashtable optSpecs
    • optVec

      Vector optVec
    • optionChar

      char optionChar
  • Constructor Details

    • CommandLine

      public CommandLine()
    • CommandLine

      public CommandLine(char optionCh)
  • Method Details