Uses of Class
org.apache.sshd.sftp.client.SftpClient.Attributes
-
Packages that use SftpClient.Attributes Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl org.apache.sshd.sftp.common org.apache.sshd.sftp.server -
-
Uses of SftpClient.Attributes in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpClient.Attributes Modifier and Type Field Description private SftpClient.AttributesSftpClient.DirEntry. attributesMethods in org.apache.sshd.sftp.client that return SftpClient.Attributes Modifier and Type Method Description SftpClient.AttributesSftpClient.Attributes. accessTime(long atime)SftpClient.AttributesSftpClient.Attributes. accessTime(long atime, java.util.concurrent.TimeUnit unit)SftpClient.AttributesSftpClient.Attributes. accessTime(java.nio.file.attribute.FileTime atime)SftpClient.AttributesSftpClient.Attributes. acl(java.util.List<java.nio.file.attribute.AclEntry> acl)SftpClient.AttributesSftpClient.Attributes. addFlag(SftpClient.Attribute flag)SftpClient.AttributesSftpClient.Attributes. createTime(long ctime)SftpClient.AttributesSftpClient.Attributes. createTime(long ctime, java.util.concurrent.TimeUnit unit)SftpClient.AttributesSftpClient.Attributes. createTime(java.nio.file.attribute.FileTime ctime)SftpClient.AttributesSftpClient.Attributes. extensions(java.util.Map<java.lang.String,byte[]> extensions)SftpClient.AttributesSftpClient.DirEntry. getAttributes()SftpClient.AttributesSftpClient.Attributes. group(java.lang.String group)SftpClient.AttributesSftpClient. lstat(java.lang.String path)Retrieve remote path meta-data - do not follow symbolic linksSftpClient.AttributesSftpClient.Attributes. modifyTime(long mtime)SftpClient.AttributesSftpClient.Attributes. modifyTime(long mtime, java.util.concurrent.TimeUnit unit)SftpClient.AttributesSftpClient.Attributes. modifyTime(java.nio.file.attribute.FileTime mtime)SftpClient.AttributesSftpClient.Attributes. owner(int uid, int gid)SftpClient.AttributesSftpClient.Attributes. owner(java.lang.String owner)SftpClient.AttributesSftpClient.Attributes. perms(int perms)SftpClient.AttributesSftpClient.Attributes. removeFlag(SftpClient.Attribute flag)SftpClient.AttributesSftpClient.Attributes. size(long size)SftpClient.AttributesSftpClient. stat(java.lang.String path)Retrieve remote path meta-data - follow symbolic links if encounteredSftpClient.AttributesSftpClient. stat(SftpClient.Handle handle)Retrieve file/directory handle meta-dataMethods in org.apache.sshd.sftp.client with parameters of type SftpClient.Attributes Modifier and Type Method Description voidSftpClient. setStat(java.lang.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.Attributes Constructor Description DirEntry(java.lang.String filename, java.lang.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.Attributes Modifier and Type Field Description private SftpClient.AttributesSftpPosixFileAttributes. attributesMethods in org.apache.sshd.sftp.client.fs that return SftpClient.Attributes Modifier and Type Method Description SftpClient.AttributesSftpPath. getAttributes()Retrieves the cachedSftpClient.Attributesof thisSftpPath, if it has any.SftpClient.AttributesSftpFileSystem.Wrapper. lstat(java.lang.String path)SftpClient.AttributesSftpFileSystemProvider. readRemoteAttributes(SftpPath path, java.nio.file.LinkOption... options)protected SftpClient.AttributesSftpFileSystemProvider. resolveRemoteFileAttributes(SftpPath path, java.nio.file.LinkOption... options)SftpClient.AttributesSftpFileSystem.Wrapper. stat(java.lang.String path)SftpClient.AttributesSftpFileSystem.Wrapper. stat(SftpClient.Handle handle)Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.Attributes Modifier and Type Method Description voidSftpFileSystem.Wrapper. setStat(java.lang.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.Attributes Constructor Description SftpPosixFileAttributes(java.nio.file.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.Attributes Modifier and Type Field Description private SftpClient.AttributesSftpPathImpl. attributesprivate SftpClient.AttributesAbstractSftpClient. fileOpenAttributesMethods in org.apache.sshd.sftp.client.impl that return SftpClient.Attributes Modifier and Type Method Description protected SftpClient.AttributesAbstractSftpClient. checkAttributes(int cmd, Buffer request)protected SftpClient.AttributesAbstractSftpClient. checkAttributesResponse(int cmd, Buffer buffer)SftpClient.AttributesSftpPathImpl. getAttributes()protected SftpClient.AttributesAbstractSftpClient. handleUnexpectedAttributesPacket(int cmd, int id, int type, int length, Buffer buffer)SftpClient.AttributesAbstractSftpClient. lstat(java.lang.String path)protected SftpClient.AttributesAbstractSftpClient. readAttributes(int cmd, Buffer buffer, java.util.concurrent.atomic.AtomicInteger nameIndex)protected SftpClient.AttributesAbstractSftpFileAttributeView. readRemoteAttributes()SftpClient.AttributesAbstractSftpClient. stat(java.lang.String path)SftpClient.AttributesAbstractSftpClient. stat(SftpClient.Handle handle)Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.Attributes Modifier and Type Method Description voidSftpPathImpl. 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(java.lang.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.Attributes Modifier and Type Method Description static <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.Attributes Modifier and Type Method Description protected java.lang.StringAbstractSftpSubsystemHelper. getLongName(java.nio.file.Path f, java.lang.String shortName, SftpClient.Attributes attributes)protected voidAbstractSftpSubsystemHelper. writeDirEntry(ServerSession session, int id, Buffer buffer, int index, java.nio.file.Path f, java.lang.String shortName, SftpClient.Attributes attributes)
-