public class JenaTDBDataSourceType extends Object implements IDataSourceType
| Constructor and Description |
|---|
JenaTDBDataSourceType() |
| 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.
|
public IDataSource createDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings) throws DataSourceCreationException
IDataSourceTypecreateDataSource in interface IDataSourceTypetitle - 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.