Interface IDataSourceType

    • Method Detail

      • createDataSource

        IDataSource createDataSource​(String title,
                                     String description,
                                     com.fasterxml.jackson.databind.JsonNode settings)
                              throws DataSourceCreationException
        Creates a data source of this type.
        Parameters:
        title - The title of the data source (as given in the config file).
        description - The description of the data source (as given in the config file).
        settings - The properties of the data source to be created; usually, these properties are given in the config file of the LDF server.
        Returns:
        Throws:
        DataSourceCreationException