Class OpenSSHStatPathExtensionImpl
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers.AbstractOpenSSHStatCommandExtension
-
- org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers.OpenSSHStatPathExtensionImpl
-
- All Implemented Interfaces:
OpenSSHStatPathExtension
,SftpClientExtension
,RawSftpClient
,NamedResource
,OptionalFeature
public class OpenSSHStatPathExtensionImpl extends AbstractOpenSSHStatCommandExtension implements OpenSSHStatPathExtension
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
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
-
-
Constructor Summary
Constructors Constructor Description OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenSSHStatExtensionInfo
stat(java.lang.String path)
-
Methods inherited from class org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers.AbstractOpenSSHStatCommandExtension
doGetStat
-
Methods inherited from class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException, validateIncomingResponse
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
getSimplifiedLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
OpenSSHStatPathExtensionImpl
public OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)
-
-
Method Detail
-
stat
public OpenSSHStatExtensionInfo stat(java.lang.String path) throws java.io.IOException
- Specified by:
stat
in interfaceOpenSSHStatPathExtension
- Throws:
java.io.IOException
-
-