@Deprecated
public class Property
extends java.lang.Object
Constructor and Description |
---|
Property()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
toJSONObject(java.util.Properties properties)
Deprecated.
Converts a property file object into a JSONObject.
|
static java.util.Properties |
toProperties(JSONObject jo)
Deprecated.
Converts the JSONObject into a property file object.
|
public static JSONObject toJSONObject(java.util.Properties properties) throws JSONException
properties
- java.util.PropertiesJSONException
- if a called function has an errorpublic static java.util.Properties toProperties(JSONObject jo) throws JSONException
jo
- JSONObjectJSONException
- if a called function has an errorCopyright © 2010 - 2023 Adobe. All Rights Reserved