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