Package org.moditect

Class Moditect.PathConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<java.nio.file.Path>
    Enclosing class:
    Moditect

    private static class Moditect.PathConverter
    extends java.lang.Object
    implements com.beust.jcommander.IStringConverter<java.nio.file.Path>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PathConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathConverter

        private PathConverter()
    • Method Detail

      • convert

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