Uses of Class
org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
Packages that use SftpClient.Attributes Package Description org.apache.sshd.client.subsystem.sftp org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.client.subsystem.sftp.impl -
-
Uses of SftpClient.Attributes in org.apache.sshd.client.subsystem.sftp
Methods in org.apache.sshd.client.subsystem.sftp that return SftpClient.Attributes Modifier and Type Method Description SftpClient.Attributes
SftpClient.Attributes. accessTime(long atime)
SftpClient.Attributes
SftpClient.Attributes. accessTime(long atime, TimeUnit unit)
SftpClient.Attributes
SftpClient.Attributes. accessTime(FileTime atime)
SftpClient.Attributes
SftpClient.Attributes. acl(List<AclEntry> acl)
SftpClient.Attributes
SftpClient.Attributes. addFlag(SftpClient.Attribute flag)
SftpClient.Attributes
SftpClient.Attributes. createTime(long ctime)
SftpClient.Attributes
SftpClient.Attributes. createTime(long ctime, TimeUnit unit)
SftpClient.Attributes
SftpClient.Attributes. createTime(FileTime ctime)
SftpClient.Attributes
SftpClient.Attributes. extensions(Map<String,byte[]> extensions)
SftpClient.Attributes
SftpClient.DirEntry. getAttributes()
SftpClient.Attributes
SftpClient.Attributes. group(String group)
SftpClient.Attributes
SftpClient. lstat(String path)
Retrieve remote path meta-data - do not follow symbolic linksSftpClient.Attributes
SftpClient.Attributes. modifyTime(long mtime)
SftpClient.Attributes
SftpClient.Attributes. modifyTime(long mtime, TimeUnit unit)
SftpClient.Attributes
SftpClient.Attributes. modifyTime(FileTime mtime)
SftpClient.Attributes
SftpClient.Attributes. owner(int uid, int gid)
SftpClient.Attributes
SftpClient.Attributes. owner(String owner)
SftpClient.Attributes
SftpClient.Attributes. perms(int perms)
SftpClient.Attributes
SftpClient.Attributes. removeFlag(SftpClient.Attribute flag)
SftpClient.Attributes
SftpClient.Attributes. size(long size)
SftpClient.Attributes
SftpClient. stat(String path)
Retrieve remote path meta-data - follow symbolic links if encounteredSftpClient.Attributes
SftpClient. stat(SftpClient.Handle handle)
Retrieve file/directory handle meta-dataMethods in org.apache.sshd.client.subsystem.sftp with parameters of type SftpClient.Attributes Modifier and Type Method Description void
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.client.subsystem.sftp with parameters of type SftpClient.Attributes Constructor Description DirEntry(String filename, String longFilename, SftpClient.Attributes attributes)
-
Uses of SftpClient.Attributes in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpClient.Attributes Modifier and Type Method Description SftpClient.Attributes
SftpFileSystemProvider. readRemoteAttributes(SftpPath path, LinkOption... options)
Constructors in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpClient.Attributes Constructor Description SftpPosixFileAttributes(Path path, SftpClient.Attributes attributes)
-
Uses of SftpClient.Attributes in org.apache.sshd.client.subsystem.sftp.impl
Methods in org.apache.sshd.client.subsystem.sftp.impl that return SftpClient.Attributes Modifier and Type Method Description protected SftpClient.Attributes
AbstractSftpClient. checkAttributes(int cmd, Buffer request)
protected SftpClient.Attributes
AbstractSftpClient. checkAttributesResponse(int cmd, Buffer buffer)
protected SftpClient.Attributes
AbstractSftpClient. handleUnexpectedAttributesPacket(int cmd, int id, int type, int length, Buffer buffer)
SftpClient.Attributes
AbstractSftpClient. lstat(String path)
protected SftpClient.Attributes
AbstractSftpClient. readAttributes(int cmd, Buffer buffer, AtomicInteger nameIndex)
protected SftpClient.Attributes
AbstractSftpFileAttributeView. readRemoteAttributes()
SftpClient.Attributes
AbstractSftpClient. stat(String path)
SftpClient.Attributes
AbstractSftpClient. stat(SftpClient.Handle handle)
Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClient.Attributes Modifier and Type Method Description 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)
-