Interface OpenSSHStatPathExtension
-
- All Superinterfaces:
NamedResource
,OptionalFeature
,SftpClientExtension
- All Known Implementing Classes:
OpenSSHStatPathExtensionImpl
public interface OpenSSHStatPathExtension extends SftpClientExtension
Implements the "statvfs@openssh.com" extension command- See Also:
- OpenSSH section 3.4
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenSSHStatExtensionInfo
stat(java.lang.String path)
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
Methods inherited from interface org.apache.sshd.client.subsystem.sftp.extensions.SftpClientExtension
getClient
-
-
-
-
Method Detail
-
stat
OpenSSHStatExtensionInfo stat(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
-