Package com.vmware.vipclient.i18n.util
Class FileUtil
- java.lang.Object
-
- com.vmware.vipclient.i18n.util.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.
-
-
-
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)
-
-