Interface FileFetchResponse

All Superinterfaces:
FetchResponse
All Known Implementing Classes:
AggregatedFileFetchResponse, GenericFileFetchResponse

public interface FileFetchResponse extends FetchResponse
  • Method Details

    • isFile

      boolean isFile()
      Whether the fetched path is a file. Note that on some file systems, it is be possible for a path to represent both a file and folder (a parent file having child files).
      Returns:
      true if a file
    • isFolder

      boolean isFolder()
      Whether the fetched path a folder. Note that on some file systems, it is be possible for a path to represent both a file and folder (a parent file having child files).
      Returns:
      true if a folder