Uses of Interface
org.openrdf.repository.config.RepositoryImplConfig

Packages that use RepositoryImplConfig
org.openrdf.repository.config   
org.openrdf.repository.contextaware.config   
org.openrdf.repository.dataset.config   
org.openrdf.repository.http.config   
org.openrdf.repository.manager   
org.openrdf.repository.sail.config   
org.openrdf.repository.sparql.config   
 

Uses of RepositoryImplConfig in org.openrdf.repository.config
 

Subinterfaces of RepositoryImplConfig in org.openrdf.repository.config
 interface DelegatingRepositoryImplConfig
           
 

Classes in org.openrdf.repository.config that implement RepositoryImplConfig
 class DelegatingRepositoryImplConfigBase
           
 class RepositoryImplConfigBase
           
 

Methods in org.openrdf.repository.config that return RepositoryImplConfig
static RepositoryImplConfig RepositoryImplConfigBase.create(Graph graph, Resource implNode)
           
 RepositoryImplConfig RepositoryFactory.getConfig()
           
 RepositoryImplConfig DelegatingRepositoryImplConfigBase.getDelegate()
           
 RepositoryImplConfig DelegatingRepositoryImplConfig.getDelegate()
           
 RepositoryImplConfig RepositoryConfig.getRepositoryImplConfig()
           
 

Methods in org.openrdf.repository.config with parameters of type RepositoryImplConfig
 Repository RepositoryFactory.getRepository(RepositoryImplConfig config)
          Returns a Repository instance that has been initialized using the supplied configuration data.
 void DelegatingRepositoryImplConfigBase.setDelegate(RepositoryImplConfig delegate)
           
 void RepositoryConfig.setRepositoryImplConfig(RepositoryImplConfig implConfig)
           
 

Constructors in org.openrdf.repository.config with parameters of type RepositoryImplConfig
DelegatingRepositoryImplConfigBase(String type, RepositoryImplConfig delegate)
          Create a new DelegatingRepositoryImplConfigBase.
RepositoryConfig(String id, RepositoryImplConfig implConfig)
          Create a new RepositoryConfigImpl.
RepositoryConfig(String id, String title, RepositoryImplConfig implConfig)
          Create a new RepositoryConfigImpl.
 

Uses of RepositoryImplConfig in org.openrdf.repository.contextaware.config
 

Classes in org.openrdf.repository.contextaware.config that implement RepositoryImplConfig
 class ContextAwareConfig
           
 

Methods in org.openrdf.repository.contextaware.config that return RepositoryImplConfig
 RepositoryImplConfig ContextAwareFactory.getConfig()
           
 

Methods in org.openrdf.repository.contextaware.config with parameters of type RepositoryImplConfig
 Repository ContextAwareFactory.getRepository(RepositoryImplConfig configuration)
           
 

Uses of RepositoryImplConfig in org.openrdf.repository.dataset.config
 

Classes in org.openrdf.repository.dataset.config that implement RepositoryImplConfig
 class DatasetRepositoryConfig
           
 

Methods in org.openrdf.repository.dataset.config that return RepositoryImplConfig
 RepositoryImplConfig DatasetRepositoryFactory.getConfig()
           
 

Methods in org.openrdf.repository.dataset.config with parameters of type RepositoryImplConfig
 Repository DatasetRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 

Uses of RepositoryImplConfig in org.openrdf.repository.http.config
 

Classes in org.openrdf.repository.http.config that implement RepositoryImplConfig
 class HTTPRepositoryConfig
           
 

Methods in org.openrdf.repository.http.config that return RepositoryImplConfig
 RepositoryImplConfig HTTPRepositoryFactory.getConfig()
           
 

Methods in org.openrdf.repository.http.config with parameters of type RepositoryImplConfig
 Repository HTTPRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 

Uses of RepositoryImplConfig in org.openrdf.repository.manager
 

Classes in org.openrdf.repository.manager that implement RepositoryImplConfig
 class SystemRepositoryConfig
           
 

Uses of RepositoryImplConfig in org.openrdf.repository.sail.config
 

Classes in org.openrdf.repository.sail.config that implement RepositoryImplConfig
 class SailRepositoryConfig
           
 

Methods in org.openrdf.repository.sail.config that return RepositoryImplConfig
 RepositoryImplConfig SailRepositoryFactory.getConfig()
           
 

Methods in org.openrdf.repository.sail.config with parameters of type RepositoryImplConfig
 Repository SailRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 

Uses of RepositoryImplConfig in org.openrdf.repository.sparql.config
 

Classes in org.openrdf.repository.sparql.config that implement RepositoryImplConfig
 class SPARQLRepositoryConfig
          Configuration for a SPARQL endpoint.
 

Methods in org.openrdf.repository.sparql.config that return RepositoryImplConfig
 RepositoryImplConfig SPARQLRepositoryFactory.getConfig()
           
 

Methods in org.openrdf.repository.sparql.config with parameters of type RepositoryImplConfig
 SPARQLRepository SPARQLRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.