Package com.beust.jcommander.converters
Class LongConverter
- All Implemented Interfaces:
IStringConverter<Long>
Convert a string to a long.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.beust.jcommander.converters.BaseConverter
getErrorString, getOptionName
-
Constructor Details
-
LongConverter
-
-
Method Details
-
convert
- Returns:
- an object of type T created from the parameter value.
-