Interface RdfDataSourceSpecBasic
- All Known Subinterfaces:
RdfDataSourceSpecBasicMutable<X>,RDFEngineBuilder<X>
- All Known Implementing Classes:
RdfDataEngineBuilderBase,RdfDataSourceSpecBasicFromMap
public interface RdfDataSourceSpecBasic
-
Method Summary
Modifier and TypeMethodDescriptionIf the db did not yet exist yet and had to be created, delete it after use? true = yes
-
Method Details
-
getEngine
String getEngine() -
getLocationContext
String getLocationContext() -
getLocation
String getLocation() -
getTempDir
String getTempDir() -
getLoader
String getLoader() -
getDatabase
RDFDatabase getDatabase() -
isAutoDeleteIfCreated
Boolean isAutoDeleteIfCreated()If the db did not yet exist yet and had to be created, delete it after use? true = yes
-