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_ENTRIESFields in org.apache.sshd.sftp.client with type parameters of type SftpClient.DirEntry Modifier and Type Field Description static java.util.Comparator<SftpClient.DirEntry>SftpClient.DirEntry. BY_CASE_INSENSITIVE_FILENAMEstatic java.util.Comparator<SftpClient.DirEntry>SftpClient.DirEntry. BY_CASE_SENSITIVE_FILENAMEMethods in org.apache.sshd.sftp.client that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description java.lang.Iterable<SftpClient.DirEntry>SftpClient. listDir(SftpClient.Handle handle)java.lang.Iterable<SftpClient.DirEntry>SftpClient. readDir(java.lang.String path)default java.util.List<SftpClient.DirEntry>SftpClient. readDir(SftpClient.Handle handle)java.util.List<SftpClient.DirEntry>SftpClient. readDir(SftpClient.Handle handle, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eolIndicator)default java.util.Collection<SftpClient.DirEntry>SftpClient. readEntries(java.lang.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 classSftpClientDirectoryScanner.ScanDirEntryThe result of a scanFields in org.apache.sshd.sftp.client.fs with type parameters of type SftpClient.DirEntry Modifier and Type Field Description protected java.util.Iterator<? extends SftpClient.DirEntry>SftpPathIterator. itMethods in org.apache.sshd.sftp.client.fs that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description java.lang.Iterable<SftpClient.DirEntry>SftpFileSystem.Wrapper. listDir(SftpClient.Handle handle)java.lang.Iterable<SftpClient.DirEntry>SftpFileSystem.Wrapper. readDir(java.lang.String path)java.util.List<SftpClient.DirEntry>SftpFileSystem.Wrapper. readDir(SftpClient.Handle handle)Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.DirEntry Constructor Description ScanDirEntry(java.lang.String fullPath, java.lang.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, java.lang.Iterable<? extends SftpClient.DirEntry> iter)SftpPathIterator(SftpPath path, java.lang.Iterable<? extends SftpClient.DirEntry> iter, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter)SftpPathIterator(SftpPath path, java.util.Iterator<? extends SftpClient.DirEntry> iter)SftpPathIterator(SftpPath path, java.util.Iterator<? extends SftpClient.DirEntry> iter, java.nio.file.DirectoryStream.Filter<? super java.nio.file.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.DirEntry Modifier and Type Field Description private java.util.List<SftpClient.DirEntry>SftpDirEntryIterator. dirEntriesMethods in org.apache.sshd.sftp.client.impl that return SftpClient.DirEntry Modifier and Type Method Description SftpClient.DirEntrySftpDirEntryIterator. next()Methods in org.apache.sshd.sftp.client.impl that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description protected java.util.List<SftpClient.DirEntry>AbstractSftpClient. checkDirResponse(int cmd, Buffer buffer, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eolIndicator)protected java.util.List<SftpClient.DirEntry>AbstractSftpClient. handleUnknownDirListingPacket(int cmd, int id, int type, int length, Buffer buffer)java.lang.Iterable<SftpClient.DirEntry>AbstractSftpClient. listDir(SftpClient.Handle handle)protected java.util.List<SftpClient.DirEntry>SftpDirEntryIterator. load(SftpClient.Handle handle)java.lang.Iterable<SftpClient.DirEntry>AbstractSftpClient. readDir(java.lang.String path)java.util.List<SftpClient.DirEntry>AbstractSftpClient. readDir(SftpClient.Handle handle, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eolIndicator)
-