Uses of Class
com.sshtools.common.sftp.SftpFileAttributes
Packages that use SftpFileAttributes
Package
Description
-
Uses of SftpFileAttributes in com.sshtools.common.files
Methods in com.sshtools.common.files that return SftpFileAttributesModifier and TypeMethodDescriptionAbstractFile.getAttributes()AbstractFileAdapter.getAttributes()default SftpFileAttributesAbstractFile.getAttributesNoFollowLinks()Methods in com.sshtools.common.files with parameters of type SftpFileAttributesModifier and TypeMethodDescriptionvoidAbstractFile.setAttributes(SftpFileAttributes attrs) voidAbstractFileAdapter.setAttributes(SftpFileAttributes attrs) -
Uses of SftpFileAttributes in com.sshtools.common.files.direct
Methods in com.sshtools.common.files.direct that return SftpFileAttributesModifier and TypeMethodDescriptionprotected SftpFileAttributesNioFile.doGetAttributes()NioFile.getAttributes()NioFile.getAttributesNoFollowLinks()Methods in com.sshtools.common.files.direct with parameters of type SftpFileAttributes -
Uses of SftpFileAttributes in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp that return SftpFileAttributesModifier and TypeMethodDescriptionSftpFileAttributes.SftpFileAttributesBuilder.build()SftpFile.getAttributes()Get the files attributes.AbstractFileSystem.getFileAttributes(byte[] handle) AbstractFileSystem.getFileAttributes(String path) AbstractFileSystem.getFileAttributes(String path, boolean followSymlinks) Methods in com.sshtools.common.sftp with parameters of type SftpFileAttributesModifier and TypeMethodDescriptionSftpFileAttributes.SftpFileAttributesBuilder.createWith(SftpFileAttributes attrs) protected voidSftpSubsystem.fireOpenFileEvent(com.sshtools.common.util.UnsignedInteger32 flags, SftpFileAttributes attrs, String path, Date started, byte[] handle, Exception error) protected voidSftpSubsystem.fireOpenInitEvent(com.sshtools.common.util.UnsignedInteger32 flags, SftpFileAttributes attrs, String path, Date started, Exception error) protected voidSftpSubsystem.fireSetStatEvent(String path, SftpFileAttributes old, SftpFileAttributes attrs, Date started, Exception error) protected voidSftpSubsystem.fireStatEvent(String path, SftpFileAttributes attrs, Date started, Exception error) booleanAbstractFileSystem.makeDirectory(String path, SftpFileAttributes attrs) byte[]AbstractFileSystem.openFile(String path, com.sshtools.common.util.UnsignedInteger32 flags, Optional<com.sshtools.common.util.UnsignedInteger32> accessFlags, SftpFileAttributes attrs) voidSftpSubsystem.sendAttributesMessage(int id, SftpFileAttributes attrs) voidAbstractFileSystem.setFileAttributes(byte[] handle, SftpFileAttributes attrs) voidAbstractFileSystem.setFileAttributes(String path, SftpFileAttributes attrs) SftpFileAttributes.SftpFileAttributesBuilder.withFileAttributes(SftpFileAttributes attributes) Constructors in com.sshtools.common.sftp with parameters of type SftpFileAttributesModifierConstructorDescriptionSftpFile(String path, SftpFileAttributes attrs) Creates a new SftpFile object.