Class SimpleCommandLineParser.StringOption

    • Constructor Detail

      • StringOption

        public StringOption​(String aShortName,
                            String aLongName)
        Creates a new String option.
        Parameters:
        aShortName - The short name of the option. Usually just one character.
        aLongName - The long name of the option, generelly a comprehendable, but not-too-long string.
      • StringOption

        public StringOption​(String aShortName,
                            String aLongName,
                            String aDescription)
        Creates a new String option.
        Parameters:
        aShortName - The short name of the option. Usually just one character.
        aLongName - The long name of the option, generelly a comprehendable, but not-too-long string.
        aDescription - The command line help string for this option.
      • StringOption

        public StringOption​(String aShortName,
                            String aLongName,
                            String aDescription,
                            String aCommandLine)
        Creates a new String option.
        Parameters:
        aShortName - The short name of the option. Usually just one character.
        aLongName - The long name of the option, generelly a comprehendable, but not-too-long string.
        aDescription - The command line help string for this option.
        aCommandLine - The description for the help.