public interface ConfigFileProcessor
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Nonnull org.opendaylight.yangtools.yang.model.api.SchemaPath getSchemaPath()
void loadConfiguration(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> dto)
dto - normalizedNodeCopyright © 2019 OpenDaylight. All rights reserved.