Class CommandLine.BuiltIn.CharsetConverter
java.lang.Object
org.apache.logging.log4j.core.tools.picocli.CommandLine.BuiltIn.CharsetConverter
- All Implemented Interfaces:
CommandLine.ITypeConverter<Charset>
- Enclosing class:
- CommandLine.BuiltIn
static class CommandLine.BuiltIn.CharsetConverter
extends Object
implements CommandLine.ITypeConverter<Charset>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CharsetConverter
CharsetConverter()
-
-
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<Charset>
- Parameters:
s
- the command line argument String value- Returns:
- the resulting domain object
-