Class UssList
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.methods.UssList
-
public class UssList extends Object
Provides Unix System Services (USS) list object functionality- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description UssList(ZosConnection connection)UssList Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UnixFile>getFiles(UssListInputData listInputData)Perform a list of UNIX files operationList<UnixZfs>getZfsSystems(UssListZfsInputData listZfsInputData)Perform a list of UNIX filesystems operation
-
-
-
Constructor Detail
-
UssList
public UssList(ZosConnection connection)
UssList Constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
getFiles
public List<UnixFile> getFiles(UssListInputData listInputData) throws ZosmfRequestException
Perform a list of UNIX files operation- Parameters:
listInputData- UssListInputData object- Returns:
- list of UssItem objects
- Throws:
ZosmfRequestException- request error state
-
getZfsSystems
public List<UnixZfs> getZfsSystems(UssListZfsInputData listZfsInputData) throws ZosmfRequestException
Perform a list of UNIX filesystems operation- Parameters:
listZfsInputData- UssListZfsInputData parameter object- Returns:
- list of UssZfsItem objects
- Throws:
ZosmfRequestException- request error state
-
-