Package org.apache.sshd.common.config
Class ListParseResult<E>
java.lang.Object
org.apache.sshd.common.config.ListParseResult<E>
- Type Parameters:
E
- Type of list item
- Direct Known Subclasses:
FactoriesListParseResult
,NamedResourceListParseResult
Used to hold the result of parsing a list of value. Such result contains known and unknown values - which are
accessible via the respective
getParsedValues()
and getUnsupportedValues()
methods. Note:
the returned List
s may be un-modifiable, so it is recommended to avoid attempting changing the, returned
list(s)-
Field Details
-
parsed
-
unsupported
-
-
Constructor Details
-
ListParseResult
-
-
Method Details