Interface IDataSourceType
-
- All Known Implementing Classes:
JenaTDBDataSourceType,RDFServiceDataSourceType
public interface IDataSourceTypeRepresents types ofIDataSources that can be used to provide some Linked Data Fragments interface.- Author:
- Olaf Hartig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDataSourcecreateDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings)Creates a data source of this type.
-
-
-
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
-
-