Class ForwardingConfigFileProcessor

    • Constructor Detail

      • ForwardingConfigFileProcessor

        public ForwardingConfigFileProcessor()
    • Method Detail

      • fileRootSchema

        public org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute fileRootSchema()
        Description copied from interface: ConfigFileProcessor
        Return the SchemaNodeIdentifier.Absolute path to the expected root node of the document contained in the file.
        Specified by:
        fileRootSchema in interface ConfigFileProcessor
        Returns:
        An absolute schema node identifier.
      • loadConfiguration

        public void loadConfiguration​(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode dto)
        Description copied from interface: ConfigFileProcessor
        Load the information contained on the normalized node.
        Specified by:
        loadConfiguration in interface ConfigFileProcessor
        Parameters:
        dto - normalizedNode
      • delegate

        protected abstract @NonNull ConfigFileProcessor delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingObject