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.AttributesSftpClient.DirEntry.attributesMethods 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 TypeMethodDescriptionvoidSftpClient.setStat(String path, SftpClient.Attributes attributes) Update remote node meta-datavoidSftpClient.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.AttributesSftpPosixFileAttributes.attributesMethods in org.apache.sshd.sftp.client.fs that return SftpClient.AttributesModifier and TypeMethodDescriptionSftpPath.getAttributes()Retrieves the cachedSftpClient.Attributesof thisSftpPath, if it has any.SftpFileSystemProvider.readRemoteAttributes(SftpPath path, LinkOption... options) protected SftpClient.AttributesSftpFileSystemProvider.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 TypeMethodDescriptionvoidSftpFileSystem.Wrapper.setStat(String path, SftpClient.Attributes attributes) voidSftpFileSystem.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.AttributesSftpPathImpl.attributesprivate final SftpClient.AttributesAbstractSftpClient.fileOpenAttributesMethods in org.apache.sshd.sftp.client.impl that return SftpClient.AttributesModifier and TypeMethodDescriptionprotected SftpClient.AttributesAbstractSftpClient.checkAttributes(int cmd, Buffer request) protected SftpClient.AttributesAbstractSftpClient.checkAttributesResponse(SftpResponse response) SftpPathImpl.getAttributes()protected SftpClient.AttributesAbstractSftpClient.handleUnexpectedAttributesPacket(SftpResponse response) protected SftpClient.AttributesAbstractSftpClient.readAttributes(int cmd, Buffer buffer, AtomicInteger nameIndex) protected SftpClient.AttributesAbstractSftpFileAttributeView.readRemoteAttributes()AbstractSftpClient.stat(SftpClient.Handle handle) Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionvoidSftpPathImpl.cacheAttributes(SftpClient.Attributes attributes) Sets the cached attributes to the argument if thisSftpPathinstance is currently caching attributes.voidSftpPathImpl.setAttributes(SftpClient.Attributes attributes) Unconditionally set the cached attributes, whether or not this instance's attribute cache is enabled.voidAbstractSftpClient.setStat(String path, SftpClient.Attributes attributes) voidAbstractSftpClient.setStat(SftpClient.Handle handle, SftpClient.Attributes attributes) protected <B extends Buffer>
BAbstractSftpClient.writeAttributes(int cmd, B buffer, SftpClient.Attributes attributes) protected voidAbstractSftpFileAttributeView.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 StringAbstractSftpSubsystemHelper.getLongName(Path f, String shortName, SftpClient.Attributes attributes) protected voidAbstractSftpSubsystemHelper.writeDirEntry(ServerSession session, int id, Buffer buffer, int index, Path f, String shortName, SftpClient.Attributes attributes)