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:
java.util.function.Function<byte[],AbstractOpenSSHExtensionParser.OpenSSHExtension>
,NamedResource
,ExtensionParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
public class LSetStatExtensionParser extends AbstractOpenSSHExtensionParser
Replicates the functionality of the existingSSH_FXP_SETSTAT
operation but does not follow symbolic links- See Also:
- OpenSSH - section 4.7
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser
AbstractOpenSSHExtensionParser.OpenSSHExtension
-
-
Field Summary
Fields Modifier and Type Field Description static LSetStatExtensionParser
INSTANCE
static java.lang.String
NAME
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description LSetStatExtensionParser()
-
Method Summary
-
Methods inherited from class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser
parse, parse
-
Methods inherited from class org.apache.sshd.sftp.common.extensions.AbstractParser
getName
-
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.sftp.common.extensions.ExtensionParser
apply, parse
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final LSetStatExtensionParser INSTANCE
-
-