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
public abstract class AbstractParser<T> extends Object implements ExtensionParser<T>
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractParser(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
AbstractParser
protected AbstractParser(String name)
-
-
Method Detail
-
getName
public final String getName()
- Specified by:
getNamein interfaceNamedResource
-
-