Uses of Interface
org.eclipse.rdf4j.repository.config.RepositoryImplConfig
-
Packages that use RepositoryImplConfig Package Description org.eclipse.rdf4j.federated.repository 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 RepositoryImplConfig in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement RepositoryImplConfig Modifier and Type Class Description class
FedXRepositoryConfig
ARepositoryImplConfig
to configure FedX for the use in the RDF4J workbench.Methods in org.eclipse.rdf4j.federated.repository with parameters of type RepositoryImplConfig Modifier and Type Method Description Repository
FedXRepositoryFactory. getRepository(RepositoryImplConfig config)
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.config
Subinterfaces of RepositoryImplConfig in org.eclipse.rdf4j.repository.config Modifier and Type Interface Description interface
DelegatingRepositoryImplConfig
Classes in org.eclipse.rdf4j.repository.config that implement RepositoryImplConfig Modifier and Type Class Description class
AbstractDelegatingRepositoryImplConfig
class
AbstractRepositoryImplConfig
Methods in org.eclipse.rdf4j.repository.config that return RepositoryImplConfig Modifier and Type Method Description static RepositoryImplConfig
AbstractRepositoryImplConfig. create(Model model, Resource resource)
Utility method to create a newRepositoryImplConfig
by reading data from the suppliedModel
.RepositoryImplConfig
RepositoryFactory. getConfig()
RepositoryImplConfig
AbstractDelegatingRepositoryImplConfig. getDelegate()
RepositoryImplConfig
DelegatingRepositoryImplConfig. getDelegate()
RepositoryImplConfig
RepositoryConfig. getRepositoryImplConfig()
Methods in org.eclipse.rdf4j.repository.config with parameters of type RepositoryImplConfig Modifier and Type Method Description Repository
RepositoryFactory. getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied configuration data.void
AbstractDelegatingRepositoryImplConfig. setDelegate(RepositoryImplConfig delegate)
void
RepositoryConfig. setRepositoryImplConfig(RepositoryImplConfig implConfig)
Constructors in org.eclipse.rdf4j.repository.config with parameters of type RepositoryImplConfig Constructor Description AbstractDelegatingRepositoryImplConfig(String type, RepositoryImplConfig delegate)
Create a new DelegatingRepositoryImplConfigBase.RepositoryConfig(String id, String title, RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl.RepositoryConfig(String id, RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl. -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.contextaware.config
Classes in org.eclipse.rdf4j.repository.contextaware.config that implement RepositoryImplConfig Modifier and Type Class Description class
ContextAwareConfig
Methods in org.eclipse.rdf4j.repository.contextaware.config that return RepositoryImplConfig Modifier and Type Method Description RepositoryImplConfig
ContextAwareFactory. getConfig()
Methods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type RepositoryImplConfig Modifier and Type Method Description Repository
ContextAwareFactory. getRepository(RepositoryImplConfig configuration)
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.dataset.config
Classes in org.eclipse.rdf4j.repository.dataset.config that implement RepositoryImplConfig Modifier and Type Class Description class
DatasetRepositoryConfig
Methods in org.eclipse.rdf4j.repository.dataset.config that return RepositoryImplConfig Modifier and Type Method Description RepositoryImplConfig
DatasetRepositoryFactory. getConfig()
Methods in org.eclipse.rdf4j.repository.dataset.config with parameters of type RepositoryImplConfig Modifier and Type Method Description Repository
DatasetRepositoryFactory. getRepository(RepositoryImplConfig config)
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.http.config
Classes in org.eclipse.rdf4j.repository.http.config that implement RepositoryImplConfig Modifier and Type Class Description class
HTTPRepositoryConfig
Methods in org.eclipse.rdf4j.repository.http.config that return RepositoryImplConfig Modifier and Type Method Description RepositoryImplConfig
HTTPRepositoryFactory. getConfig()
Methods in org.eclipse.rdf4j.repository.http.config with parameters of type RepositoryImplConfig Modifier and Type Method Description Repository
HTTPRepositoryFactory. getRepository(RepositoryImplConfig config)
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.sail.config
Classes in org.eclipse.rdf4j.repository.sail.config that implement RepositoryImplConfig Modifier and Type Class Description class
ProxyRepositoryConfig
class
SailRepositoryConfig
Methods in org.eclipse.rdf4j.repository.sail.config that return RepositoryImplConfig Modifier and Type Method Description RepositoryImplConfig
ProxyRepositoryFactory. getConfig()
RepositoryImplConfig
SailRepositoryFactory. getConfig()
Methods in org.eclipse.rdf4j.repository.sail.config with parameters of type RepositoryImplConfig Modifier and Type Method Description Repository
ProxyRepositoryFactory. getRepository(RepositoryImplConfig config)
Repository
SailRepositoryFactory. getRepository(RepositoryImplConfig config)
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.sparql.config
Classes in org.eclipse.rdf4j.repository.sparql.config that implement RepositoryImplConfig Modifier and Type Class Description class
SPARQLRepositoryConfig
Configuration for a SPARQL endpoint.Methods in org.eclipse.rdf4j.repository.sparql.config that return RepositoryImplConfig Modifier and Type Method Description RepositoryImplConfig
SPARQLRepositoryFactory. getConfig()
Methods in org.eclipse.rdf4j.repository.sparql.config with parameters of type RepositoryImplConfig Modifier and Type Method Description SPARQLRepository
SPARQLRepositoryFactory. getRepository(RepositoryImplConfig config)
-