public class FileUtil
extends java.lang.Object
Constructor and Description |
---|
FileUtil() |
Modifier and Type | Method and 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.
|
public static org.json.simple.JSONObject readJson(java.nio.file.Path path)
@Deprecated public static org.json.simple.JSONObject readJarJsonFile(java.lang.String jarPath, java.lang.String filePath)
@Deprecated public static org.json.simple.JSONObject readLocalJsonFile(java.lang.String filePath)
public static java.util.List<java.net.URI> getAllResources(java.nio.file.Path path)