Package org.apache.sshd.common.file.root
Class RootedDirectoryStream
java.lang.Object
org.apache.sshd.common.file.root.RootedDirectoryStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<Path>
,DirectoryStream<Path>
- Direct Known Subclasses:
RootedSecureDirectoryStream
secure directory stream proxy for a
RootedFileSystem
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.nio.file.DirectoryStream
DirectoryStream.Filter<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DirectoryStream
<Path> protected final RootedFileSystem
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
rfs
-
delegate
-
-
Constructor Details
-
RootedDirectoryStream
-
-
Method Details
-
iterator
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
root
-