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
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 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
Methods in org.apache.sshd.sftp.client.fs that return SftpClient.AttributesModifier and TypeMethodDescriptionSftpPath.getAttributes()WithFileAttributes.getAttributes()Retrieves theSftpClient.Attributesof this object, if it has any.SftpFileSystemProvider.readRemoteAttributes(SftpPath path, LinkOption... options) protected SftpClient.AttributesSftpFileSystemProvider.resolveRemoteFileAttributes(SftpPath path, LinkOption... options) Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionvoidWithFileAttributeCache.setAttributes(SftpClient.Attributes attributes) Sets the 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
Methods in org.apache.sshd.sftp.client.impl that return SftpClient.AttributesModifier and TypeMethodDescriptionprotected SftpClient.AttributesAbstractSftpClient.checkAttributes(int cmd, org.apache.sshd.common.util.buffer.Buffer request) protected SftpClient.AttributesAbstractSftpClient.checkAttributesResponse(SftpResponse response) SftpPathImpl.getAttributes()protected SftpClient.AttributesAbstractSftpClient.handleUnexpectedAttributesPacket(SftpResponse response) protected SftpClient.AttributesAbstractSftpClient.readAttributes(int cmd, org.apache.sshd.common.util.buffer.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.setAttributes(SftpClient.Attributes attributes) voidAbstractSftpClient.setStat(String path, SftpClient.Attributes attributes) voidAbstractSftpClient.setStat(SftpClient.Handle handle, SftpClient.Attributes attributes) protected <B extends org.apache.sshd.common.util.buffer.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 that return SftpClient.AttributesModifier and TypeMethodDescriptionstatic SftpClient.AttributesSftpHelper.complete(SftpClient.Attributes attrs, String longName) Fills in missing information in the attributes if an SFTP v3 long name is available.Methods in org.apache.sshd.sftp.common with parameters of type SftpClient.AttributesModifier and TypeMethodDescriptionstatic SftpClient.AttributesSftpHelper.complete(SftpClient.Attributes attrs, String longName) Fills in missing information in the attributes if an SFTP v3 long name is available.static <B extends org.apache.sshd.common.util.buffer.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, org.apache.sshd.common.util.buffer.Buffer buffer, int index, Path f, String shortName, SftpClient.Attributes attributes)