Package org.moditect

Class Moditect.PathConverter

java.lang.Object
org.moditect.Moditect.PathConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Path>
Enclosing class:
Moditect

private static class Moditect.PathConverter extends Object implements com.beust.jcommander.IStringConverter<Path>
  • Constructor Details

    • PathConverter

      private PathConverter()
  • Method Details

    • convert

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