Class LSetStatExtensionParser
java.lang.Object
org.apache.sshd.sftp.common.extensions.AbstractParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser
org.apache.sshd.sftp.common.extensions.openssh.LSetStatExtensionParser
- All Implemented Interfaces:
Function<byte[], AbstractOpenSSHExtensionParser.OpenSSHExtension>, NamedResource, ExtensionParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
Replicates the functionality of the existing
SSH_FXP_SETSTAT operation but does not follow symbolic links- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractOpenSSHExtensionParser
AbstractOpenSSHExtensionParser.OpenSSHExtension -
Field Summary
FieldsFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractOpenSSHExtensionParser
parse, parseMethods inherited from class AbstractParser
getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExtensionParser
apply, parse
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
LSetStatExtensionParser
public LSetStatExtensionParser()
-