Class FileUtil


  • public class FileUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.util.List<java.net.URI> getAllResources​(java.nio.file.Path path)  
      static org.json.simple.JSONObject readJarJsonFile​(java.lang.String jarPath, java.lang.String filePath)
      Deprecated.
      static org.json.simple.JSONObject readJson​(java.nio.file.Path path)  
      static org.json.simple.JSONObject readLocalJsonFile​(java.lang.String filePath)
      Deprecated.
      • Methods inherited from class java.lang.Object

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

      • FileUtil

        public FileUtil()
    • Method Detail

      • readJson

        public static org.json.simple.JSONObject readJson​(java.nio.file.Path path)
      • readJarJsonFile

        @Deprecated
        public static org.json.simple.JSONObject readJarJsonFile​(java.lang.String jarPath,
                                                                 java.lang.String filePath)
        Deprecated.
      • readLocalJsonFile

        @Deprecated
        public static org.json.simple.JSONObject readLocalJsonFile​(java.lang.String filePath)
        Deprecated.
      • getAllResources

        public static java.util.List<java.net.URI> getAllResources​(java.nio.file.Path path)