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