Registry / networking / yang-repo-api

yang-repo-api

JSON →
library15.0.2javamavenunverified

API for YANG schema repository management in OpenDaylight, providing access to YANG models.

<dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-repo-api</artifactId> <version>15.0.2</version> </dependency>
INSTALL
IMPORT
SIG · YANG-REPO-API
Y
yang-repo-api
networkingjavav15.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

YangSchemaRepository
org.opendaylight.yangtools.yang.repo.api.YangSchemaRepository

Retrieve a YANG schema source from the repository.

import org.opendaylight.yangtools.yang.repo.api.YangSchemaRepository; import org.opendaylight.yangtools.yang.repo.api.YangTextSchemaSource; YangSchemaRepository repo = new YangSchemaRepository(); YangTextSchemaSource source = repo.getSource("module-name");
Debug
Known issues
breakingYANG Tools 15.x has breaking API changes from 14.x; method signatures and class locations changed.
fix
Update imports and method calls per migration guide when upgrading.
affects: >=15.0.0
Upgrade
Version history
15.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
OpenAI (training)
1
Resources
yang-repo-api — mvn dependency:get yang-repo-api · libregistry