Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,ModuleConfig>> |
ConfigSubsystemFacade.transformMbeToModuleConfigs(BeanReader reader,
Map<String,Map<String,ModuleMXBeanEntry>> mbeanentries) |
Map<String,Map<String,ModuleConfig>> |
ConfigSubsystemFacade.transformMbeToModuleConfigs(Map<String,Map<String,ModuleMXBeanEntry>> mbeanentries) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,ModuleMXBeanEntry>> |
YangStoreSnapshot.getModuleMXBeanEntryMap() |
Map<String,Map<String,ModuleMXBeanEntry>> |
YangStoreContext.getModuleMXBeanEntryMap()
Deprecated.
Use
YangStoreContext.getQNamesToIdentitiesToModuleMXBeanEntries()
instead. This method return only one module representation even
if multiple revisions are available. |
Map<String,Map<String,ModuleMXBeanEntry>> |
YangStoreService.getModuleMXBeanEntryMap()
Deprecated.
|
Map<org.opendaylight.yangtools.yang.common.QName,Map<String,ModuleMXBeanEntry>> |
YangStoreSnapshot.getQNamesToIdentitiesToModuleMXBeanEntries() |
Map<org.opendaylight.yangtools.yang.common.QName,Map<String,ModuleMXBeanEntry>> |
YangStoreContext.getQNamesToIdentitiesToModuleMXBeanEntries() |
Map<org.opendaylight.yangtools.yang.common.QName,Map<String,ModuleMXBeanEntry>> |
YangStoreService.getQNamesToIdentitiesToModuleMXBeanEntries() |
Modifier and Type | Method and Description |
---|---|
static Map<String,ModuleMXBeanEntry> |
ModuleMXBeanEntry.create(org.opendaylight.yangtools.yang.model.api.Module currentModule,
Map<org.opendaylight.yangtools.yang.common.QName,ServiceInterfaceEntry> qNamesToSIEs,
org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
TypeProviderWrapper typeProviderWrapper,
String packageName)
Transform module to zero or more ModuleMXBeanEntry instances.
|
Modifier and Type | Method and Description |
---|---|
static AbstractFactoryTemplate |
TemplateFactory.abstractFactoryTemplateFromMbe(ModuleMXBeanEntry mbe) |
static AbstractModuleTemplate |
TemplateFactory.abstractModuleTemplateFromMbe(ModuleMXBeanEntry mbe) |
static GeneralInterfaceTemplate |
TemplateFactory.mXBeanInterfaceTemplateFromMbe(ModuleMXBeanEntry mbe) |
static StubFactoryTemplate |
TemplateFactory.stubFactoryTemplateFromMbe(ModuleMXBeanEntry mbe) |
static Map<String,GeneralClassTemplate> |
TemplateFactory.tOsFromMbe(ModuleMXBeanEntry mbe) |
Modifier and Type | Method and Description |
---|---|
GeneratedObject |
AbsModuleGeneratedObjectFactory.toGeneratedObject(ModuleMXBeanEntry mbe,
com.google.common.base.Optional<String> copyright) |
GeneratedObject |
AbsFactoryGeneratedObjectFactory.toGeneratedObject(ModuleMXBeanEntry mbe,
com.google.common.base.Optional<String> copyright) |
GeneratedObject |
ConcreteModuleGeneratedObjectFactory.toGeneratedObject(ModuleMXBeanEntry mbe,
com.google.common.base.Optional<String> copyright,
com.google.common.base.Optional<String> header) |
Copyright © 2019 OpenDaylight. All rights reserved.