Package org.apache.sshd.sftp.client.fs
Interface WithFileAttributes
- All Known Subinterfaces:
WithFileAttributeCache
- All Known Implementing Classes:
SftpPath,SftpPathImpl
public interface WithFileAttributes
A mix-in interface for paths that may have file attributes of the file referenced by the path.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theSftpClient.Attributesof this object, if it has any.
-
Method Details
-
getAttributes
SftpClient.Attributes getAttributes()Retrieves theSftpClient.Attributesof this object, if it has any.- Returns:
- the
SftpClient.Attributesornullif there are none
-