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 AutoCloseable
Exception
@Nonnull public org.opendaylight.yangtools.yang.model.api.SchemaPath getSchemaPath()
ConfigFileProcessor
getSchemaPath
in interface ConfigFileProcessor
public void loadConfiguration(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> dto)
ConfigFileProcessor
loadConfiguration
in interface ConfigFileProcessor
dto
- normalizedNodeCopyright © 2018 OpenDaylight. All rights reserved.