Package org.projectnessie.gc.files
Interface FilesLister
-
- All Known Implementing Classes:
LocalFiles
public interface FilesListerFunction to list files recursively.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.stream.Stream<FileReference>listRecursively(java.net.URI path)
-
-
-
Method Detail
-
listRecursively
@MustBeClosed java.util.stream.Stream<FileReference> listRecursively(java.net.URI path) throws NessieFileIOException
Returns aStreamofFileReferencecontained in the givenpath. The returnedFileReferences have theirFileReference.base()set to thepathargument.- Throws:
NessieFileIOException
-
-