YangParser |
YangParser.addLibSource(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation source) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default @NonNull YangParser |
YangParser.addLibSources(Collection<org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation> sources) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default @NonNull YangParser |
YangParser.addLibSources(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation... sources) |
Deprecated, for removal: This API element is subject to removal in a future version.
Add library sources.
|
@NonNull YangParser |
YangParser.addSource(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation source) |
Deprecated, for removal: This API element is subject to removal in a future version.
Add main source.
|
default @NonNull YangParser |
YangParser.addSources(Collection<? extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation> sources) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default @NonNull YangParser |
YangParser.addSources(org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation... sources) |
Deprecated, for removal: This API element is subject to removal in a future version.
Add main sources.
|
default @NonNull YangParser |
YangParserFactory.createParser() |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default @NonNull YangParser |
YangParserFactory.createParser(org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode parserMode) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
@NonNull YangParser |
YangParserFactory.createParser(YangParserConfiguration configuration) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
@NonNull YangParser |
YangParser.setModulesWithSupportedDeviations(@NonNull com.google.common.collect.SetMultimap<org.opendaylight.yangtools.yang.common.QNameModule,org.opendaylight.yangtools.yang.common.QNameModule> modulesDeviatedByModules) |
Deprecated, for removal: This API element is subject to removal in a future version.
Set YANG modules which can be deviated by specified modules during the parsing process.
|
@NonNull YangParser |
YangParser.setSupportedFeatures(@NonNull Set<org.opendaylight.yangtools.yang.common.QName> supportedFeatures) |
Deprecated, for removal: This API element is subject to removal in a future version.
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.
|