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_FILENAMEstatic final Comparator<SftpClient.DirEntry>SftpClient.DirEntry.BY_CASE_SENSITIVE_FILENAMEMethods 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 classThe 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.itConstructors 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
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, org.apache.sshd.common.util.buffer.Buffer buffer, AtomicReference<Boolean> eolIndicator) protected List<SftpClient.DirEntry>AbstractSftpClient.handleUnknownDirListingPacket(int cmd, int id, int type, int length, org.apache.sshd.common.util.buffer.Buffer buffer) AbstractSftpClient.listDir(SftpClient.Handle handle) protected List<SftpClient.DirEntry>SftpDirEntryIterator.load(SftpClient.Handle handle) AbstractSftpClient.readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)