Uses of Class
org.linkeddatafragments.exceptions.DataSourceCreationException
-
-
Uses of DataSourceCreationException in org.linkeddatafragments.datasource
Methods in org.linkeddatafragments.datasource that throw DataSourceCreationException Modifier and Type Method Description static IDataSourceDataSourceFactory. create(com.fasterxml.jackson.databind.JsonNode config)Create a datasource using a JSON configIDataSourceIDataSourceType. createDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings)Creates a data source of this type. -
Uses of DataSourceCreationException in org.linkeddatafragments.datasource.tdb
Methods in org.linkeddatafragments.datasource.tdb that throw DataSourceCreationException Modifier and Type Method Description IDataSourceJenaTDBDataSourceType. createDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings) -
Uses of DataSourceCreationException in org.linkeddatafragments.exceptions
Subclasses of DataSourceCreationException in org.linkeddatafragments.exceptions Modifier and Type Class Description classUnknownDataSourceTypeException -
Uses of DataSourceCreationException in org.vivoweb.linkeddatafragments.datasource.rdfservice
Methods in org.vivoweb.linkeddatafragments.datasource.rdfservice that throw DataSourceCreationException Modifier and Type Method Description IDataSourceRDFServiceDataSourceType. createDataSource(String title, String description, com.fasterxml.jackson.databind.JsonNode settings)
-