Class CommandLineOption

    • Constructor Detail

      • CommandLineOption

        public CommandLineOption​(String type,
                                 String[] values)
      • CommandLineOption

        public CommandLineOption​(String type,
                                 ArrayList values)
        Parameters:
        type -
    • Method Detail

      • getOptionValue

        public String getOptionValue()
        Returns:
        Returns the optionValues.
      • getOptionValues

        public ArrayList getOptionValues()
        Returns:
        Returns the optionValues.