Package zowe.client.sdk.parse
Class PropsParseResponse
- java.lang.Object
-
- zowe.client.sdk.parse.JsonParseResponse
-
- zowe.client.sdk.parse.PropsParseResponse
-
public class PropsParseResponse extends JsonParseResponse
Parse json response into property list- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Field Summary
-
Fields inherited from class zowe.client.sdk.parse.JsonParseResponse
data
-
-
Constructor Summary
Constructors Constructor Description PropsParseResponse(org.json.simple.JSONObject data)
PropsParseResponse constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parseResponse()
Parse team config's properties json representation into a Map object
-
-
-
Method Detail
-
parseResponse
public Object parseResponse()
Parse team config's properties json representation into a Map object- Specified by:
parseResponse
in classJsonParseResponse
- Returns:
- hashmap of property values
-
-