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 NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExtensionParser
apply, parse, parse
-
Field Details
-
name
-
-
Constructor Details
-
AbstractParser
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-