Package org.apache.sshd.common.config
Class FactoriesListParseResult<T,F extends NamedResource>
java.lang.Object
org.apache.sshd.common.config.ListParseResult<F>
org.apache.sshd.common.config.FactoriesListParseResult<T,F>
- Type Parameters:
T
- Result typeF
- Factory type
- Direct Known Subclasses:
NamedFactoriesListParseResult
public abstract class FactoriesListParseResult<T,F extends NamedResource>
extends ListParseResult<F>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FactoriesListParseResult
(List<F> parsed, List<String> unsupported) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.sshd.common.config.ListParseResult
getParsedValues, getUnsupportedValues, toString