Package jargs.gnu

Class CmdLineParser.Option

    • Constructor Detail

      • Option

        protected Option​(String longForm,
                         boolean wantsValue)
        Instantiates a new option.
        Parameters:
        longForm - the long form
        wantsValue - the wants value
      • Option

        protected Option​(char shortForm,
                         String longForm,
                         boolean wantsValue)
        Instantiates a new option.
        Parameters:
        shortForm - the short form
        longForm - the long form
        wantsValue - the wants value