Uses of Interface
org.eclipse.rdf4j.repository.config.RepositoryFactory
-
Packages that use RepositoryFactory Package Description org.eclipse.rdf4j.repository.config Repository configuration interfaces.org.eclipse.rdf4j.repository.contextaware.config org.eclipse.rdf4j.repository.dataset.config org.eclipse.rdf4j.repository.http.config org.eclipse.rdf4j.repository.sail.config org.eclipse.rdf4j.repository.sparql.config -
-
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config with parameters of type RepositoryFactory Modifier and Type Method Description protected java.lang.String
RepositoryRegistry. getKey(RepositoryFactory factory)
-
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.contextaware.config
Classes in org.eclipse.rdf4j.repository.contextaware.config that implement RepositoryFactory Modifier and Type Class Description class
ContextAwareFactory
ARepositoryFactory
that createsContextAwareRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.dataset.config
Classes in org.eclipse.rdf4j.repository.dataset.config that implement RepositoryFactory Modifier and Type Class Description class
DatasetRepositoryFactory
ARepositoryFactory
that createsDatasetRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.http.config
Classes in org.eclipse.rdf4j.repository.http.config that implement RepositoryFactory Modifier and Type Class Description class
HTTPRepositoryFactory
ARepositoryFactory
that createsHTTPRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.sail.config
Classes in org.eclipse.rdf4j.repository.sail.config that implement RepositoryFactory Modifier and Type Class Description class
ProxyRepositoryFactory
class
SailRepositoryFactory
ARepositoryFactory
that createsSailRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.sparql.config
Classes in org.eclipse.rdf4j.repository.sparql.config that implement RepositoryFactory Modifier and Type Class Description class
SPARQLRepositoryFactory
CreatesSPARQLRepository
from a configuration.
-