Class JenaTDBDataSourceType
- java.lang.Object
-
- org.linkeddatafragments.datasource.tdb.JenaTDBDataSourceType
-
- All Implemented Interfaces:
IDataSourceType
public class JenaTDBDataSourceType extends Object implements IDataSourceType
The type of Triple Pattern Fragment data sources that are backed by a Jena TDB instance.- Author:
- Olaf Hartig
-
-
Constructor Summary
Constructors Constructor Description JenaTDBDataSourceType()
-
Method Summary
All Methods Instance Methods Concrete 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
public IDataSource createDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings) throws DataSourceCreationException
Description copied from interface:IDataSourceTypeCreates a data source of this type.- Specified by:
createDataSourcein interfaceIDataSourceType- 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
-
-