Class PathConverter

  • All Implemented Interfaces:
    IStringConverter<java.nio.file.Path>

    public class PathConverter
    extends BaseConverter<java.nio.file.Path>
    Convert a string into a path.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathConverter​(java.lang.String optionName)  
    • Constructor Detail

      • PathConverter

        public PathConverter​(java.lang.String optionName)
    • Method Detail

      • convert

        public java.nio.file.Path convert​(java.lang.String value)
        Returns:
        an object of type T created from the parameter value.