Package zowe.client.sdk.parse
Class TsoJsonParse
- java.lang.Object
-
- zowe.client.sdk.parse.TsoJsonParse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TsoJsonParse
getInstance()
Get singleton instanceZosmfTsoResponse
parseResponse(Object... args)
Parse a Tso command response into ZosmfTsoResponse object
-
-
-
Method Detail
-
getInstance
public static TsoJsonParse getInstance()
Get singleton instance- Returns:
- TsoJsonParse object
-
parseResponse
public ZosmfTsoResponse parseResponse(Object... args)
Parse a Tso command response into ZosmfTsoResponse object- Specified by:
parseResponse
in interfaceJsonParse
- Parameters:
args
- json data to parse- Returns:
- ZosmfTsoResponse object
-
-