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