Package coneforest.cli
Class OptionCollectorInteger
- java.lang.Object
-
- coneforest.cli.Option
-
- coneforest.cli.OptionWithArg
-
- coneforest.cli.OptionCollector<Integer>
-
- coneforest.cli.OptionCollectorInteger
-
public class OptionCollectorInteger extends OptionCollector<Integer>
-
-
Constructor Summary
Constructors Constructor Description OptionCollectorInteger(String names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
parseArg(String arg)
-
Methods inherited from class coneforest.cli.OptionCollector
getValue, handle
-
-
-
-
Constructor Detail
-
OptionCollectorInteger
public OptionCollectorInteger(String names)
-
-
Method Detail
-
parseArg
public Integer parseArg(String arg) throws ProcessingException
- Throws:
ProcessingException
-
-