Class AbstractParser<T>
java.lang.Object
org.apache.sshd.sftp.common.extensions.AbstractParser<T>
- Type Parameters:
T
- Parse result type
- All Implemented Interfaces:
Function<byte[],
,T> NamedResource
,ExtensionParser<T>
- Direct Known Subclasses:
AbstractOpenSSHExtensionParser
,AclSupportedParser
,FilenameCharsetParser
,NewlineParser
,Supported2Parser
,SupportedParser
,VendorIdParser
,VersionsParser
-
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
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, parse
-
Field Details
-
name
-
-
Constructor Details
-
AbstractParser
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-