Uses of Interface
org.linkeddatafragments.datasource.IDataSourceType
-
-
Uses of IDataSourceType in org.linkeddatafragments.config
Methods in org.linkeddatafragments.config that return IDataSourceType Modifier and Type Method Description protected IDataSourceTypeConfigReader. initDataSouceType(String className)Loads a certainIDataSourceTypeclass at runtimeMethods in org.linkeddatafragments.config that return types with arguments of type IDataSourceType Modifier and Type Method Description Map<String,IDataSourceType>ConfigReader. getDataSourceTypes()Gets the data source types. -
Uses of IDataSourceType in org.linkeddatafragments.datasource
Methods in org.linkeddatafragments.datasource that return IDataSourceType Modifier and Type Method Description static IDataSourceTypeDataSourceTypesRegistry. getType(String typeName)Methods in org.linkeddatafragments.datasource with parameters of type IDataSourceType Modifier and Type Method Description static voidDataSourceTypesRegistry. register(String typeName, IDataSourceType type) -
Uses of IDataSourceType in org.linkeddatafragments.datasource.tdb
Classes in org.linkeddatafragments.datasource.tdb that implement IDataSourceType Modifier and Type Class Description classJenaTDBDataSourceTypeThe type of Triple Pattern Fragment data sources that are backed by a Jena TDB instance. -
Uses of IDataSourceType in org.vivoweb.linkeddatafragments.datasource.rdfservice
Classes in org.vivoweb.linkeddatafragments.datasource.rdfservice that implement IDataSourceType Modifier and Type Class Description classRDFServiceDataSourceTypeThe type of Triple Pattern Fragment data sources that are backed by a Jena TDB instance.
-