Class Listing


  • public class Listing
    extends Object
    The result of a storage list operation
    • Method Detail

      • directory

        public static Listing directory​(String relativePath)
      • getRelativePath

        public String getRelativePath()
        Returns:
        the path to the file/directory relative the list operation path
      • getType

        public Listing.Type getType()
        Returns:
        the type of file
      • isFile

        public boolean isFile()
      • isDirectory

        public boolean isDirectory()