R - Type of result NamedResourcepublic abstract class NamedResourceListParseResult<R extends NamedResource> extends ListParseResult<R>
| Modifier | Constructor and Description |
|---|---|
protected |
NamedResourceListParseResult(List<R> parsed,
List<String> unsupported) |
| Modifier and Type | Method and Description |
|---|---|
List<R> |
getParsedResources() |
List<String> |
getUnsupportedResources() |
String |
toString() |
getParsedValues, getUnsupportedValuespublic final List<R> getParsedResources()
List of successfully parsed NamedResource instances in the same order as they
were encountered during parsingpublic List<String> getUnsupportedResources()
List of unknown/unsupported configuration values for the resourcespublic String toString()
toString in class ListParseResult<R extends NamedResource>Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.