Class FileUtils


  • public class FileUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.logging.log4j.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String fileExtension​(java.nio.file.Path path)  
      static java.nio.file.Path getOrCreateDirectory​(java.nio.file.Path dirPath, java.lang.String dirLabel)  
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
    • Constructor Detail

      • FileUtils

        public FileUtils()
    • Method Detail

      • getOrCreateDirectory

        public static java.nio.file.Path getOrCreateDirectory​(java.nio.file.Path dirPath,
                                                              java.lang.String dirLabel)
      • fileExtension

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