Class AbstractParser<T>
- java.lang.Object
-
- org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser<T>
-
- Type Parameters:
T
- Parse result type
- All Implemented Interfaces:
Function<byte[],T>
,NamedResource
,ExtensionParser<T>
- Direct Known Subclasses:
AbstractOpenSSHExtensionParser
,AclSupportedParser
,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 protected
AbstractParser(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
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.common.subsystem.sftp.extensions.ExtensionParser
apply, parse, parse
-
-
-
-
Constructor Detail
-
AbstractParser
protected AbstractParser(String name)
-
-
Method Detail
-
getName
public final String getName()
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-
-