Class PathConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<Path>

    public class PathConverter
    extends Object
    implements com.beust.jcommander.IStringConverter<Path>
    An interface that converts strings to Path.
    • Constructor Detail

      • PathConverter

        public PathConverter()
    • Method Detail

      • convert

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