Interface ModuleInfoSnapshot
- All Superinterfaces:
Immutable
A snapshot of a set of
YangModuleInfos, assembled to form an EffectiveModelContext.-
Method Summary
Modifier and TypeMethodDescriptiongetYangTextSource(SourceIdentifier sourceId) <T> Class<T> TheEffectiveModelContextresulting from all models exposed from constituent module infos.@Nullable YangTextSourceyangTextSource(SourceIdentifier sourceId)
-
Method Details
-
modelContext
EffectiveModelContext modelContext()TheEffectiveModelContextresulting from all models exposed from constituent module infos.- Returns:
- the resulting model context
-
yangTextSource
-
getYangTextSource
YangTextSource getYangTextSource(SourceIdentifier sourceId) throws org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException - Throws:
org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException
-
loadClass
- Throws:
ClassNotFoundException
-