public interface YangStoreContext
Modifier and Type | Method and Description |
---|---|
EnumResolver |
getEnumResolver() |
Map<String,Map<String,ModuleMXBeanEntry>> |
getModuleMXBeanEntryMap()
Deprecated.
Use
getQNamesToIdentitiesToModuleMXBeanEntries()
instead. This method return only one module representation even
if multiple revisions are available. |
Set<org.opendaylight.yangtools.yang.model.api.Module> |
getModules()
Get all modules discovered when this snapshot was created.
|
String |
getModuleSource(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier moduleIdentifier) |
Map<org.opendaylight.yangtools.yang.common.QName,Map<String,ModuleMXBeanEntry>> |
getQNamesToIdentitiesToModuleMXBeanEntries() |
@Deprecated Map<String,Map<String,ModuleMXBeanEntry>> getModuleMXBeanEntryMap()
getQNamesToIdentitiesToModuleMXBeanEntries()
instead. This method return only one module representation even
if multiple revisions are available.Map<org.opendaylight.yangtools.yang.common.QName,Map<String,ModuleMXBeanEntry>> getQNamesToIdentitiesToModuleMXBeanEntries()
Set<org.opendaylight.yangtools.yang.model.api.Module> getModules()
String getModuleSource(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier moduleIdentifier)
EnumResolver getEnumResolver()
Copyright © 2019 OpenDaylight. All rights reserved.