Class DescribedOptionRange


  • public class DescribedOptionRange
    extends Object
    • Constructor Detail

      • DescribedOptionRange

        public DescribedOptionRange()
    • Method Detail

      • getLeft

        public OptionValue getLeft()
        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
      • getRight

        public OptionValue getRight()
        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
      • setRight

        public void setRight​(OptionValue right)
      • getDescription

        public List<String> getDescription()
      • setDescription

        public void setDescription​(List<String> description)