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