java.lang.Object
eu.svjatoslav.commons.cli_helper.parameter_parser.Option<Integer,IntegerOption>
eu.svjatoslav.commons.cli_helper.parameter_parser.parameter.IntegerOption

public class IntegerOption extends Option<Integer,IntegerOption>
This class represents commandline option which accepts exactly one parameter which is an integer.
  • Constructor Details

    • IntegerOption

      public IntegerOption(String description)
  • Method Details