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.StringRepositoryRegistry. 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 classContextAwareFactoryARepositoryFactorythat createsContextAwareRepositorys 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 classDatasetRepositoryFactoryARepositoryFactorythat createsDatasetRepositorys 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 classHTTPRepositoryFactoryARepositoryFactorythat createsHTTPRepositorys 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 classProxyRepositoryFactoryclassSailRepositoryFactoryARepositoryFactorythat createsSailRepositorys 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 classSPARQLRepositoryFactoryCreatesSPARQLRepositoryfrom a configuration.
-