Uses of Interface
org.apache.sshd.sftp.client.fs.WithFileAttributes
-
Packages that use WithFileAttributes Package Description org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of WithFileAttributes in org.apache.sshd.sftp.client.fs
Subinterfaces of WithFileAttributes in org.apache.sshd.sftp.client.fs Modifier and Type Interface Description interfaceWithFileAttributeCacheA mix-in interface for paths that can carry and cache file attributes of the referenced file.Classes in org.apache.sshd.sftp.client.fs that implement WithFileAttributes Modifier and Type Class Description classSftpPathAPathon anSftpFileSystem. -
Uses of WithFileAttributes in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement WithFileAttributes Modifier and Type Class Description classSftpPathImplAnSftpPaththat can cacheSftpClient.Attributes.
-