public class ConfigExecution extends Object
| Constructor and Description |
|---|
ConfigExecution(Config configResolver,
org.opendaylight.controller.config.util.xml.XmlElement configElement,
TestOption testOption,
EditStrategyType defaultStrategy) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.config.util.xml.XmlElement |
getConfigElement() |
EditStrategyType |
getDefaultStrategy() |
Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> |
getModulesDefinition(org.opendaylight.controller.config.api.ServiceReferenceReadableRegistry serviceRegistry) |
Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> |
getResolvedXmlElements(org.opendaylight.controller.config.api.ServiceReferenceReadableRegistry serviceRegistry) |
ServiceRegistryWrapper |
getServiceRegistryWrapper(org.opendaylight.controller.config.api.ServiceReferenceReadableRegistry serviceRegistry) |
Services |
getServices() |
boolean |
shouldSet() |
boolean |
shouldTest() |
public ConfigExecution(Config configResolver, org.opendaylight.controller.config.util.xml.XmlElement configElement, TestOption testOption, EditStrategyType defaultStrategy) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic boolean shouldTest()
public boolean shouldSet()
public Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> getResolvedXmlElements(org.opendaylight.controller.config.api.ServiceReferenceReadableRegistry serviceRegistry) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic ServiceRegistryWrapper getServiceRegistryWrapper(org.opendaylight.controller.config.api.ServiceReferenceReadableRegistry serviceRegistry)
public Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> getModulesDefinition(org.opendaylight.controller.config.api.ServiceReferenceReadableRegistry serviceRegistry) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic EditStrategyType getDefaultStrategy()
public Services getServices()
public org.opendaylight.controller.config.util.xml.XmlElement getConfigElement()
Copyright © 2016 OpenDaylight. All rights reserved.