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.
|