Package zowe.client.sdk.parse
Class UnixZfsJsonParse
- java.lang.Object
-
- zowe.client.sdk.parse.UnixZfsJsonParse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnixZfsJsonParse
getInstance()
Get singleton instanceUnixZfs
parseResponse(Object... args)
Transform data into UnixZfs object
-
-
-
Method Detail
-
getInstance
public static UnixZfsJsonParse getInstance()
Get singleton instance- Returns:
- UnixZfsJsonParse object
-
parseResponse
public UnixZfs parseResponse(Object... args)
Transform data into UnixZfs object- Specified by:
parseResponse
in interfaceJsonParse
- Parameters:
args
- first arg json data to parse, second arg mode permission string value comma delimited- Returns:
- UssZfsItem object
-
-