Package zowe.client.sdk.parse
Class UnixFileJsonParse
- java.lang.Object
-
- zowe.client.sdk.parse.UnixFileJsonParse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonParse
getInstance()
Get singleton instanceObject
parseResponse()
Transform data into UnixFile objectJsonParse
setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed
-
-
-
Method Detail
-
getInstance
public static JsonParse getInstance()
Get singleton instance- Returns:
- UnixFileParseResponse object
-
parseResponse
public Object parseResponse()
Transform data into UnixFile object- Specified by:
parseResponse
in interfaceJsonParse
- Returns:
- UssItem object
-
setJsonObject
public JsonParse setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed- Specified by:
setJsonObject
in interfaceJsonParse
- Parameters:
data
- json data to parse- Returns:
- JsonParseResponse this object
-
-