Uses of Class
zowe.client.sdk.zosfiles.uss.response.UnixFile
-
Packages that use UnixFile Package Description zowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.response Request response objects for z/OS Unix System Services (USS) files processing -
-
Uses of UnixFile in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods that return types with arguments of type UnixFile Modifier and Type Method Description List<UnixFile>
UssList. getFiles(ListParams params)
Perform list of UNIX files operation -
Uses of UnixFile in zowe.client.sdk.zosfiles.uss.response
Methods in zowe.client.sdk.zosfiles.uss.response that return UnixFile Modifier and Type Method Description UnixFile
UnixFile.Builder. build()
Return UnixFile object based on Builder this object
-