public final class ProtocolsConfigFileProcessor extends Object implements ConfigFileProcessor, AutoCloseable
Constructor and Description |
---|
ProtocolsConfigFileProcessor(ConfigLoader configLoader,
BgpDeployer bgpDeployer) |
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 ProtocolsConfigFileProcessor(ConfigLoader configLoader, BgpDeployer bgpDeployer)
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
- normalizedNodepublic void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2018 OpenDaylight. All rights reserved.