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