Package org.djutils.cli
Class CliUtil.FloatConverter
java.lang.Object
org.djutils.cli.CliUtil.FloatConverter
- All Implemented Interfaces:
CommandLine.ITypeConverter<Float>
- Enclosing class:
- CliUtil
public static class CliUtil.FloatConverter
extends Object
implements CommandLine.ITypeConverter<Float>
Convert a Double String on the command line to a Double, taking into account the locale.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatConverter
public FloatConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceCommandLine.ITypeConverter<Float>
- Throws:
Exception
-