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