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

Packages that use RepositoryImplConfig
org.openrdf.repository.config   
org.openrdf.repository.dataset.config   
org.openrdf.repository.http.config   
org.openrdf.repository.manager   
org.openrdf.repository.sail.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.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)
           
 



Copyright © 2001-2007 Aduna. All Rights Reserved.