Uses of Class
org.apache.sshd.sftp.client.SftpClient.Attributes
Packages that use SftpClient.Attributes
Package
Description
-
Uses of SftpClient.Attributes in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpClient.AttributesModifier and TypeFieldDescriptionprivate final SftpClient.Attributes
SftpClient.DirEntry.attributes
Methods in org.apache.sshd.sftp.client that return SftpClient.AttributesModifier and TypeMethodDescriptionSftpClient.Attributes.accessTime
(long atime) SftpClient.Attributes.accessTime
(long atime, TimeUnit unit) SftpClient.Attributes.accessTime
(FileTime atime) SftpClient.Attributes.addFlag
(SftpClient.Attribute flag) SftpClient.Attributes.createTime
(long ctime) SftpClient.Attributes.createTime
(long ctime, TimeUnit unit) SftpClient.Attributes.createTime
(FileTime ctime) SftpClient.Attributes.extensions
(Map<String, byte[]> extensions) SftpClient.DirEntry.getAttributes()
Retrieve remote path meta-data - do not follow symbolic linksSftpClient.Attributes.modifyTime
(long mtime) SftpClient.Attributes.modifyTime
(long mtime, TimeUnit unit) SftpClient.Attributes.modifyTime
(FileTime mtime) SftpClient.Attributes.owner
(int uid, int gid) SftpClient.Attributes.perms
(int perms) SftpClient.Attributes.removeFlag
(SftpClient.Attribute flag) SftpClient.Attributes.size
(long size) Retrieve remote path meta-data - follow symbolic links if encounteredSftpClient.stat
(SftpClient.Handle handle) Retrieve file/directory handle meta-dataMethods in org.apache.sshd.sftp.client with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionvoid
SftpClient.setStat
(String path, SftpClient.Attributes attributes) Update remote node meta-datavoid
SftpClient.setStat
(SftpClient.Handle handle, SftpClient.Attributes attributes) Update remote node meta-dataConstructors in org.apache.sshd.sftp.client with parameters of type SftpClient.AttributesModifierConstructorDescriptionDirEntry
(String filename, String longFilename, SftpClient.Attributes attributes) -
Uses of SftpClient.Attributes in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SftpClient.AttributesModifier and TypeFieldDescriptionprivate final SftpClient.Attributes
SftpPosixFileAttributes.attributes
Methods in org.apache.sshd.sftp.client.fs that return SftpClient.AttributesModifier and TypeMethodDescriptionSftpFileSystemProvider.readRemoteAttributes
(SftpPath path, LinkOption... options) SftpFileSystem.Wrapper.stat
(SftpClient.Handle handle) Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionvoid
SftpFileSystem.Wrapper.setStat
(String path, SftpClient.Attributes attributes) void
SftpFileSystem.Wrapper.setStat
(SftpClient.Handle handle, SftpClient.Attributes attributes) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.AttributesModifierConstructorDescriptionSftpPosixFileAttributes
(Path path, SftpClient.Attributes attributes) -
Uses of SftpClient.Attributes in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl declared as SftpClient.AttributesModifier and TypeFieldDescriptionprivate final SftpClient.Attributes
AbstractSftpClient.fileOpenAttributes
Methods in org.apache.sshd.sftp.client.impl that return SftpClient.AttributesModifier and TypeMethodDescriptionprotected SftpClient.Attributes
AbstractSftpClient.checkAttributes
(int cmd, Buffer request) protected SftpClient.Attributes
AbstractSftpClient.checkAttributesResponse
(int cmd, Buffer buffer) protected SftpClient.Attributes
AbstractSftpClient.handleUnexpectedAttributesPacket
(int cmd, int id, int type, int length, Buffer buffer) protected SftpClient.Attributes
AbstractSftpClient.readAttributes
(int cmd, Buffer buffer, AtomicInteger nameIndex) protected SftpClient.Attributes
AbstractSftpFileAttributeView.readRemoteAttributes()
AbstractSftpClient.stat
(SftpClient.Handle handle) Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionvoid
AbstractSftpClient.setStat
(String path, SftpClient.Attributes attributes) void
AbstractSftpClient.setStat
(SftpClient.Handle handle, SftpClient.Attributes attributes) protected <B extends Buffer>
BAbstractSftpClient.writeAttributes
(int cmd, B buffer, SftpClient.Attributes attributes) protected void
AbstractSftpFileAttributeView.writeRemoteAttributes
(SftpClient.Attributes attrs)