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