Package com.vmware.vipclient.i18n.util
Class JSONBundleUtil
- java.lang.Object
-
- com.vmware.vipclient.i18n.util.JSONBundleUtil
-
public class JSONBundleUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JSONBundleUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.json.simple.JSONObject
getMessages(java.lang.String locale, java.lang.String productName, java.lang.String version, java.lang.String component)
Deprecated.static org.json.simple.JSONObject
getMessages(java.nio.file.Path path)
-
-
-
Method Detail
-
getMessages
public static org.json.simple.JSONObject getMessages(java.nio.file.Path path)
-
getMessages
@Deprecated public static org.json.simple.JSONObject getMessages(java.lang.String locale, java.lang.String productName, java.lang.String version, java.lang.String component)
Deprecated.
-
-