Package com.beust.jcommander.converters
Class CharsetConverter
java.lang.Object
com.beust.jcommander.converters.CharsetConverter
- All Implemented Interfaces:
IStringConverter<Charset>
Converts a String to a Charset.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CharsetConverter
public CharsetConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceIStringConverter<Charset>
- Returns:
- an object of type T created from the parameter value.
-