Class PathConverter

java.lang.Object
com.beust.jcommander.converters.BaseConverter<Path>
com.beust.jcommander.converters.PathConverter
All Implemented Interfaces:
IStringConverter<Path>

public class PathConverter extends BaseConverter<Path>
Convert a string into a path.
  • Constructor Details

    • PathConverter

      public PathConverter(String optionName)
  • Method Details

    • convert

      public Path convert(String value)
      Returns:
      an object of type T created from the parameter value.