Package picocli
Class CommandLine.BuiltIn.DoubleConverter
java.lang.Object
picocli.CommandLine.BuiltIn.DoubleConverter
- All Implemented Interfaces:
CommandLine.ITypeConverter<Double>
- Enclosing class:
CommandLine.BuiltIn
static class CommandLine.BuiltIn.DoubleConverter
extends Object
implements CommandLine.ITypeConverter<Double>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoubleConverter
DoubleConverter()
-
-
Method Details
-
convert
Description copied from interface:CommandLine.ITypeConverter
Converts the specified command line argument value to some domain object.- Specified by:
convert
in interfaceCommandLine.ITypeConverter<Double>
- Parameters:
value
- the command line argument String value- Returns:
- the resulting domain object
-