Interface ISchemaVisitor

All Known Implementing Classes:
ReportingSchemaVisitor, SchemaVisitor

public interface ISchemaVisitor
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSchema(ISchemaDS datasource)
    Adds an schema to the schema set.
  • Method Details

    • addSchema

      void addSchema(ISchemaDS datasource)
      Adds an schema to the schema set.
      Parameters:
      datasource - Datasource of the schema, may not be null.
      Throws:
      InitializationException - This exception is thrown when the schema could not be initialized with the provided data source.