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
Methods 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, TimeUnit unit)SftpClient.AttributesSftpClient.Attributes. accessTime(FileTime atime)SftpClient.AttributesSftpClient.Attributes. acl(List<AclEntry> acl)SftpClient.AttributesSftpClient.Attributes. addFlag(SftpClient.Attribute flag)SftpClient.AttributesSftpClient.Attributes. createTime(long ctime)SftpClient.AttributesSftpClient.Attributes. createTime(long ctime, TimeUnit unit)SftpClient.AttributesSftpClient.Attributes. createTime(FileTime ctime)SftpClient.AttributesSftpClient.Attributes. extensions(Map<String,byte[]> extensions)SftpClient.AttributesSftpClient.DirEntry. getAttributes()SftpClient.AttributesSftpClient.Attributes. group(String group)SftpClient.AttributesSftpClient. lstat(String path)Retrieve remote path meta-data - do not follow symbolic linksSftpClient.AttributesSftpClient.Attributes. modifyTime(long mtime)SftpClient.AttributesSftpClient.Attributes. modifyTime(long mtime, TimeUnit unit)SftpClient.AttributesSftpClient.Attributes. modifyTime(FileTime mtime)SftpClient.AttributesSftpClient.Attributes. owner(int uid, int gid)SftpClient.AttributesSftpClient.Attributes. owner(String owner)SftpClient.AttributesSftpClient.Attributes. perms(int perms)SftpClient.AttributesSftpClient.Attributes. removeFlag(SftpClient.Attribute flag)SftpClient.AttributesSftpClient.Attributes. size(long size)SftpClient.AttributesSftpClient. stat(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(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(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.Attributes Modifier and Type Method Description SftpClient.AttributesSftpPath. getAttributes()Retrieves the cachedSftpClient.Attributesof thisSftpPath, if it has any.SftpClient.AttributesSftpFileSystemProvider. readRemoteAttributes(SftpPath path, LinkOption... options)protected SftpClient.AttributesSftpFileSystemProvider. resolveRemoteFileAttributes(SftpPath path, LinkOption... options)Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.Attributes Constructor Description SftpPosixFileAttributes(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.Attributes Modifier and Type Method Description protected SftpClient.AttributesAbstractSftpClient. checkAttributes(int cmd, org.apache.sshd.common.util.buffer.Buffer request)protected SftpClient.AttributesAbstractSftpClient. checkAttributesResponse(SftpResponse response)SftpClient.AttributesSftpPathImpl. getAttributes()protected SftpClient.AttributesAbstractSftpClient. handleUnexpectedAttributesPacket(SftpResponse response)SftpClient.AttributesAbstractSftpClient. lstat(String path)protected SftpClient.AttributesAbstractSftpClient. readAttributes(int cmd, org.apache.sshd.common.util.buffer.Buffer buffer, AtomicInteger nameIndex)protected SftpClient.AttributesAbstractSftpFileAttributeView. readRemoteAttributes()SftpClient.AttributesAbstractSftpClient. stat(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(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 with parameters of type SftpClient.Attributes Modifier and Type Method Description 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.Attributes Modifier and Type Method Description protected 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)
-