Class UssList

    • Constructor Detail

      • UssList

        public UssList​(ZosConnection connection)
        UssList Constructor
        Parameters:
        connection - connection information, see ZosConnection object
      • UssList

        public UssList​(ZosConnection connection,
                       ZoweRequest request)
                throws Exception
        Alternative UssList constructor with ZoweRequest object. This is mainly used for internal code unit testing with mockito, and it is not recommended to be used by the larger community.
        Parameters:
        connection - connection information, see ZOSConnection object
        request - any compatible ZoweRequest Interface object
        Throws:
        Exception - processing error
    • Method Detail

      • fileList

        public List<UssItem> fileList​(ListParams params)
                               throws Exception
        Perform list of UNIX files operation
        Parameters:
        params - ListParams object
        Returns:
        list of UssItem objects
        Throws:
        Exception - processing error
      • zfsList

        public List<UssZfsItem> zfsList​(ListZfsParams params)
                                 throws Exception
        Perform list of UNIX filesystems operation
        Parameters:
        params - ListZfsParams parameter object
        Returns:
        list of UssZfsItem objects
        Throws:
        Exception - processing error