Class AbstractParser<T>
- java.lang.Object
-
- org.apache.sshd.sftp.common.extensions.AbstractParser<T>
-
- Type Parameters:
T- Parse result type
- All Implemented Interfaces:
java.util.function.Function<byte[],T>,NamedResource,ExtensionParser<T>
- Direct Known Subclasses:
AbstractOpenSSHExtensionParser,AclSupportedParser,FilenameCharsetParser,NewlineParser,Supported2Parser,SupportedParser,VendorIdParser,VersionsParser
public abstract class AbstractParser<T> extends java.lang.Object implements ExtensionParser<T>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringname-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractParser(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
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
-
-
-
-
Method Detail
-
getName
public final java.lang.String getName()
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-
-