Class RDFServiceDataSourceType

    • Constructor Detail

      • RDFServiceDataSourceType

        public RDFServiceDataSourceType()
    • Method Detail

      • createDataSource

        public IDataSource createDataSource​(String title,
                                            String description,
                                            com.fasterxml.jackson.databind.JsonNode settings)
                                     throws DataSourceCreationException
        Description copied from interface: IDataSourceType
        Creates a data source of this type.
        Specified by:
        createDataSource in interface IDataSourceType
        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