Class PathConverter

java.lang.Object
io.qameta.allure.convert.PathConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Path>

public class 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>