Class DescribedOptionValue


  • public class DescribedOptionValue
    extends Object
    • Constructor Detail

      • DescribedOptionValue

        public DescribedOptionValue()
    • Method Detail

      • getValue

        public OptionValue getValue()
        Returns:
        This could be a list with a single entry for options that accept a single parameter or a list with several entries for options like --option arg1 arg2 arg3 --nextoption
      • setValue

        public void setValue​(OptionValue value)
      • getDescription

        public List<String> getDescription()
      • setDescription

        public void setDescription​(List<String> description)