Class PosixRenameExtensionParser
- 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.PosixRenameExtensionParser
-
- All Implemented Interfaces:
Function<byte[],AbstractOpenSSHExtensionParser.OpenSSHExtension>
,NamedResource
,ExtensionParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
public class PosixRenameExtensionParser extends AbstractOpenSSHExtensionParser
- Author:
- Apache MINA SSHD Project
- See Also:
- OpenSSH - section 3.3
-
-
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 PosixRenameExtensionParser
INSTANCE
static String
NAME
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description PosixRenameExtensionParser()
-
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 String NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final PosixRenameExtensionParser INSTANCE
-
-