Class CustomParameterConverters.PathConverter

java.lang.Object
morfologik.tools.CustomParameterConverters.PathConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Path>
Enclosing class:
CustomParameterConverters

public static class CustomParameterConverters.PathConverter extends Object implements com.beust.jcommander.IStringConverter<Path>
  • Constructor Details

    • PathConverter

      public PathConverter()
  • Method Details

    • convert

      public Path convert(String value)
      Specified by:
      convert in interface com.beust.jcommander.IStringConverter<Path>