public class Config extends Object
| Constructor and Description |
|---|
Config(Map<String,Map<String,ModuleConfig>> moduleConfigs,
EnumResolver enumResolver) |
Config(Map<String,Map<String,ModuleConfig>> moduleConfigs,
Map<String,Map<Date,IdentityMapping>> identityMap,
EnumResolver enumResolver) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkUnrecognisedChildren(org.opendaylight.controller.config.util.xml.XmlElement parent) |
Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> |
fromXmlModulesMap(org.opendaylight.controller.config.util.xml.XmlElement xml,
EditStrategyType defaultEditStrategyType,
ServiceRegistryWrapper serviceTracker)
return a map containing namespace -> moduleName -> instanceName map.
|
Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> |
fromXmlModulesResolved(org.opendaylight.controller.config.util.xml.XmlElement xml,
EditStrategyType defaultEditStrategyType,
ServiceRegistryWrapper serviceTracker) |
Services |
fromXmlServices(org.opendaylight.controller.config.util.xml.XmlElement xml) |
static Map<String,Map<String,Collection<ObjectName>>> |
getMappedInstances(Set<ObjectName> instancesToMap,
Map<String,Map<String,ModuleConfig>> configs) |
Element |
toXml(Set<ObjectName> instancesToMap,
com.google.common.base.Optional<String> maybeNamespace,
Document document,
Element dataElement,
ServiceRegistryWrapper serviceTracker) |
public Config(Map<String,Map<String,ModuleConfig>> moduleConfigs, EnumResolver enumResolver)
public Config(Map<String,Map<String,ModuleConfig>> moduleConfigs, Map<String,Map<Date,IdentityMapping>> identityMap, EnumResolver enumResolver)
public static Map<String,Map<String,Collection<ObjectName>>> getMappedInstances(Set<ObjectName> instancesToMap, Map<String,Map<String,ModuleConfig>> configs)
public Element toXml(Set<ObjectName> instancesToMap, com.google.common.base.Optional<String> maybeNamespace, Document document, Element dataElement, ServiceRegistryWrapper serviceTracker)
public Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> fromXmlModulesResolved(org.opendaylight.controller.config.util.xml.XmlElement xml, EditStrategyType defaultEditStrategyType, ServiceRegistryWrapper serviceTracker) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> fromXmlModulesMap(org.opendaylight.controller.config.util.xml.XmlElement xml, EditStrategyType defaultEditStrategyType, ServiceRegistryWrapper serviceTracker) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic Services fromXmlServices(org.opendaylight.controller.config.util.xml.XmlElement xml) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic static void checkUnrecognisedChildren(org.opendaylight.controller.config.util.xml.XmlElement parent)
throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionCopyright © 2016 OpenDaylight. All rights reserved.