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