Interface ConfigFileProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NonNull org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute fileRootSchema()
      Return the SchemaNodeIdentifier.Absolute path to the expected root node of the document contained in the file.
      void loadConfiguration​(@NonNull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode dto)
      Load the information contained on the normalized node.
    • Method Detail

      • fileRootSchema

        @NonNull org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute fileRootSchema()
        Return the SchemaNodeIdentifier.Absolute path to the expected root node of the document contained in the file.
        Returns:
        An absolute schema node identifier.
      • loadConfiguration

        void loadConfiguration​(@NonNull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode dto)
        Load the information contained on the normalized node.
        Parameters:
        dto - normalizedNode