Package morfologik.tools
Class CustomParameterConverters.PathConverter
- java.lang.Object
-
- morfologik.tools.CustomParameterConverters.PathConverter
-
- All Implemented Interfaces:
com.beust.jcommander.IStringConverter<java.nio.file.Path>
- Enclosing class:
- CustomParameterConverters
public static class CustomParameterConverters.PathConverter extends java.lang.Object implements com.beust.jcommander.IStringConverter<java.nio.file.Path>
-
-
Constructor Summary
Constructors Constructor Description PathConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.Path
convert(java.lang.String value)
-