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