static class CommandLine.BuiltIn.BigIntegerConverter extends java.lang.Object implements CommandLine.ITypeConverter<java.math.BigInteger>
Constructor and Description |
---|
BigIntegerConverter() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
convert(java.lang.String value)
Converts the specified command line argument value to some domain object.
|
public java.math.BigInteger convert(java.lang.String value)
CommandLine.ITypeConverter
convert
in interface CommandLine.ITypeConverter<java.math.BigInteger>
value
- the command line argument String value