Class FileUtils


  • public class FileUtils
    extends java.lang.Object
    Since:
    4.0 TODO move to core project
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtils()  
    • Method Summary

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

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

      • FileUtils

        public FileUtils()
    • Method Detail

      • getFileName

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

        public static java.lang.String getFileName​(java.nio.file.Path path)