Class HardLinkExtensionParser
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.HardLinkExtensionParser
- All Implemented Interfaces:
Function<byte[], AbstractOpenSSHExtensionParser.OpenSSHExtension>, NamedResource, ExtensionParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
- 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
-
HardLinkExtensionParser
public HardLinkExtensionParser()
-