public interface IDataSourceType
IDataSources that can be used to provide some
Linked Data Fragments interface.| Modifier and Type | Method and Description |
|---|---|
IDataSource |
createDataSource(String title,
String description,
com.fasterxml.jackson.databind.JsonNode settings)
Creates a data source of this type.
|
IDataSource createDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings) throws DataSourceCreationException
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.DataSourceCreationExceptionCopyright © 2022. All rights reserved.