Package cz.cvut.kbss.ontodriver
Class OntologyStorageProperties
java.lang.Object
cz.cvut.kbss.ontodriver.OntologyStorageProperties
Holds properties of an ontology storage.
These properties can be used to create a DataSource representing the storage.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder class for theOntologyStorageProperties
. -
Method Summary
Modifier and TypeMethodDescriptionontologyUri
(URI ontologyUri) physicalUri
(URI physicalUri) toString()
-
Method Details
-
getOntologyURI
-
getPhysicalURI
-
getDriver
-
getUsername
-
getPassword
-
toString
-
ontologyUri
public static OntologyStorageProperties.OntologyStoragePropertiesBuilder ontologyUri(URI ontologyUri) -
physicalUri
public static OntologyStorageProperties.OntologyStoragePropertiesBuilder physicalUri(URI physicalUri) -
username
-
password
-
driver
-