Uses of Class
org.apache.sshd.sftp.client.SftpClient.DirEntry
-
Packages that use SftpClient.DirEntry Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpClient.DirEntry in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpClient.DirEntry Modifier and Type Field Description static SftpClient.DirEntry[]
SftpClient. EMPTY_DIR_ENTRIES
Fields in org.apache.sshd.sftp.client with type parameters of type SftpClient.DirEntry Modifier and Type Field Description static Comparator<SftpClient.DirEntry>
SftpClient.DirEntry. BY_CASE_INSENSITIVE_FILENAME
static Comparator<SftpClient.DirEntry>
SftpClient.DirEntry. BY_CASE_SENSITIVE_FILENAME
Methods in org.apache.sshd.sftp.client that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description Iterable<SftpClient.DirEntry>
SftpClient. listDir(SftpClient.Handle handle)
Iterable<SftpClient.DirEntry>
SftpClient. readDir(String path)
default List<SftpClient.DirEntry>
SftpClient. readDir(SftpClient.Handle handle)
List<SftpClient.DirEntry>
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 Constructor Description DirEntry(SftpClient.DirEntry other)
-
Uses of SftpClient.DirEntry in org.apache.sshd.sftp.client.fs
Subclasses of SftpClient.DirEntry in org.apache.sshd.sftp.client.fs Modifier and Type Class Description static class
SftpClientDirectoryScanner.ScanDirEntry
The result of a scanFields in org.apache.sshd.sftp.client.fs with type parameters of type SftpClient.DirEntry Modifier and Type Field Description protected Iterator<? extends SftpClient.DirEntry>
SftpPathIterator. it
Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.DirEntry Constructor Description ScanDirEntry(String fullPath, String relativePath, SftpClient.DirEntry dirEntry)
Constructor parameters in org.apache.sshd.sftp.client.fs with type arguments of type SftpClient.DirEntry Constructor Description SftpPathIterator(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.DirEntry Modifier and Type Method Description SftpClient.DirEntry
SftpDirEntryIterator. next()
Methods in org.apache.sshd.sftp.client.impl that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description protected 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)
Iterable<SftpClient.DirEntry>
AbstractSftpClient. listDir(SftpClient.Handle handle)
protected List<SftpClient.DirEntry>
SftpDirEntryIterator. load(SftpClient.Handle handle)
Iterable<SftpClient.DirEntry>
AbstractSftpClient. readDir(String path)
List<SftpClient.DirEntry>
AbstractSftpClient. readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)
-