Uses of Class
org.apache.sshd.sftp.client.SftpClient.DirEntry
Packages that use SftpClient.DirEntry
Package
Description
-
Uses of SftpClient.DirEntry in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpClient.DirEntryFields in org.apache.sshd.sftp.client with type parameters of type SftpClient.DirEntryModifier and TypeFieldDescriptionstatic final Comparator<SftpClient.DirEntry>
SftpClient.DirEntry.BY_CASE_INSENSITIVE_FILENAME
static final Comparator<SftpClient.DirEntry>
SftpClient.DirEntry.BY_CASE_SENSITIVE_FILENAME
Methods in org.apache.sshd.sftp.client that return types with arguments of type SftpClient.DirEntryModifier and TypeMethodDescriptionSftpClient.listDir
(SftpClient.Handle handle) default List<SftpClient.DirEntry>
SftpClient.readDir
(SftpClient.Handle handle) SftpClient.readDir
(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator) default Collection<SftpClient.DirEntry>
SftpClient.readEntries
(String path) Reads all entries available for a directoryConstructors in org.apache.sshd.sftp.client with parameters of type SftpClient.DirEntry -
Uses of SftpClient.DirEntry in org.apache.sshd.sftp.client.fs
Subclasses of SftpClient.DirEntry in org.apache.sshd.sftp.client.fsModifier and TypeClassDescriptionstatic class
The result of a scanFields in org.apache.sshd.sftp.client.fs with type parameters of type SftpClient.DirEntryModifier and TypeFieldDescriptionprotected final Iterator<? extends SftpClient.DirEntry>
SftpPathIterator.it
Methods in org.apache.sshd.sftp.client.fs that return types with arguments of type SftpClient.DirEntryModifier and TypeMethodDescriptionSftpFileSystem.Wrapper.listDir
(SftpClient.Handle handle) SftpFileSystem.Wrapper.readDir
(SftpClient.Handle handle) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.DirEntryModifierConstructorDescriptionScanDirEntry
(String fullPath, String relativePath, SftpClient.DirEntry dirEntry) Constructor parameters in org.apache.sshd.sftp.client.fs with type arguments of type SftpClient.DirEntryModifierConstructorDescriptionSftpPathIterator
(SftpPath path, Iterable<? extends SftpClient.DirEntry> iter) SftpPathIterator
(SftpPath path, Iterable<? extends SftpClient.DirEntry> iter, DirectoryStream.Filter<? super Path> filter) SftpPathIterator
(SftpPath path, Iterator<? extends SftpClient.DirEntry> iter) SftpPathIterator
(SftpPath path, Iterator<? extends SftpClient.DirEntry> iter, DirectoryStream.Filter<? super Path> filter) -
Uses of SftpClient.DirEntry in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl with type parameters of type SftpClient.DirEntryModifier and TypeFieldDescriptionprivate List<SftpClient.DirEntry>
SftpDirEntryIterator.dirEntries
Methods in org.apache.sshd.sftp.client.impl that return SftpClient.DirEntryMethods in org.apache.sshd.sftp.client.impl that return types with arguments of type SftpClient.DirEntryModifier and TypeMethodDescriptionprotected List<SftpClient.DirEntry>
AbstractSftpClient.checkDirResponse
(int cmd, Buffer buffer, AtomicReference<Boolean> eolIndicator) protected List<SftpClient.DirEntry>
AbstractSftpClient.handleUnknownDirListingPacket
(int cmd, int id, int type, int length, Buffer buffer) AbstractSftpClient.listDir
(SftpClient.Handle handle) protected List<SftpClient.DirEntry>
SftpDirEntryIterator.load
(SftpClient.Handle handle) AbstractSftpClient.readDir
(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)