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 TypeMethodDescriptionSftpPath.getAttributes()
Retrieves the cachedSftpClient.Attributes
of thisSftpPath
, if it has any.SftpFileSystemProvider.readRemoteAttributes
(SftpPath path, LinkOption... options) protected SftpClient.Attributes
SftpFileSystemProvider.resolveRemoteFileAttributes
(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 SftpClient.Attributes
SftpPathImpl.attributes
private 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
(SftpResponse response) SftpPathImpl.getAttributes()
protected SftpClient.Attributes
AbstractSftpClient.handleUnexpectedAttributesPacket
(SftpResponse response) 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
SftpPathImpl.cacheAttributes
(SftpClient.Attributes attributes) Sets the cached attributes to the argument if thisSftpPath
instance is currently caching attributes.void
SftpPathImpl.setAttributes
(SftpClient.Attributes attributes) Unconditionally set the cached attributes, whether or not this instance's attribute cache is enabled.void
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) -
Uses of SftpClient.Attributes in org.apache.sshd.sftp.common
Methods in org.apache.sshd.sftp.common with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionstatic <B extends Buffer>
BSftpHelper.writeAttributes
(B buffer, SftpClient.Attributes attributes, int sftpVersion) -
Uses of SftpClient.Attributes in org.apache.sshd.sftp.server
Methods in org.apache.sshd.sftp.server with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionprotected String
AbstractSftpSubsystemHelper.getLongName
(Path f, String shortName, SftpClient.Attributes attributes) protected void
AbstractSftpSubsystemHelper.writeDirEntry
(ServerSession session, int id, Buffer buffer, int index, Path f, String shortName, SftpClient.Attributes attributes)