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