Class FileConverter


  • public final class FileConverter
    extends java.lang.Object
    A converter which converts files into their canonical path.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileConverter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String convert​(java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • FileConverter

        public FileConverter()
    • Method Detail

      • convert

        public static java.lang.String convert​(java.io.File file)