Package zowe.client.sdk.parse
Class PropsJsonParse
- java.lang.Object
-
- zowe.client.sdk.parse.PropsJsonParse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonParsegetInstance()Get singleton instanceObjectparseResponse()Parse team config's properties json representation into a Map objectJsonParsesetJsonObject(org.json.simple.JSONObject data)Set the data to be parsed
-
-
-
Method Detail
-
getInstance
public static JsonParse getInstance()
Get singleton instance- Returns:
- PropsParseResponse object
-
parseResponse
public Object parseResponse()
Parse team config's properties json representation into a Map object- Specified by:
parseResponsein interfaceJsonParse- Returns:
- hashmap of property values
-
setJsonObject
public JsonParse setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed- Specified by:
setJsonObjectin interfaceJsonParse- Parameters:
data- json data to parse- Returns:
- JsonParseResponse this object
-
-