public final class NetworkTopologyConfigFileProcessor extends Object implements ConfigFileProcessor, AutoCloseable
| Constructor and Description |
|---|
NetworkTopologyConfigFileProcessor(ConfigLoader configLoader,
BgpTopologyDeployer deployer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getSchemaPath()
Schema Path to search for
|
void |
loadConfiguration(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> dto)
Load the information contained on the normalized node
|
public NetworkTopologyConfigFileProcessor(ConfigLoader configLoader, BgpTopologyDeployer deployer)
public void close()
throws Exception
close in interface AutoCloseableException@Nonnull public org.opendaylight.yangtools.yang.model.api.SchemaPath getSchemaPath()
ConfigFileProcessorgetSchemaPath in interface ConfigFileProcessorpublic void loadConfiguration(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> dto)
ConfigFileProcessorloadConfiguration in interface ConfigFileProcessordto - normalizedNodeCopyright © 2018 OpenDaylight. All rights reserved.