Package com.vmware.vipclient.i18n.util
Class FileUtil
- java.lang.Object
-
- com.vmware.vipclient.i18n.util.FileUtil
-
public class FileUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FileUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<URI>getAllResources(Path path)static org.json.JSONObjectreadJarJsonFile(String jarPath, String filePath)Deprecated.static org.json.JSONObjectreadJson(Path path)static org.json.JSONObjectreadLocalJsonFile(String filePath)Deprecated.
-
-
-
Method Detail
-
readJson
public static org.json.JSONObject readJson(Path path)
-
readJarJsonFile
@Deprecated public static org.json.JSONObject readJarJsonFile(String jarPath, String filePath)
Deprecated.
-
readLocalJsonFile
@Deprecated public static org.json.JSONObject readLocalJsonFile(String filePath)
Deprecated.
-
-