Package com.beust.jcommander.converters
Class FileConverter
java.lang.Object
com.beust.jcommander.converters.FileConverter
- All Implemented Interfaces:
IStringConverter<File>
Convert a string into a file.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FileConverter
public FileConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceIStringConverter<File>
- Returns:
- an object of type T created from the parameter value.
-