Uses of Class
org.openrdf.repository.config.RepositoryConfig

Packages that use RepositoryConfig
org.openrdf.repository.config   
org.openrdf.repository.manager   
 

Uses of RepositoryConfig in org.openrdf.repository.config
 

Methods in org.openrdf.repository.config that return RepositoryConfig
static RepositoryConfig RepositoryConfig.create(Graph graph, Resource repositoryNode)
          Creates a new RepositoryConfig object and initializes it by supplying the graph and repositoryNode to its parse method.
static RepositoryConfig RepositoryConfigUtil.getRepositoryConfig(Repository repository, String repositoryID)
           
 

Methods in org.openrdf.repository.config with parameters of type RepositoryConfig
static void RepositoryConfigUtil.updateRepositoryConfigs(RepositoryConnection con, RepositoryConfig... configs)
          Update the specified RepositoryConnection with the specified set of RepositoryConfigs.
static void RepositoryConfigUtil.updateRepositoryConfigs(Repository repository, RepositoryConfig... configs)
          Update the specified Repository with the specified set of RepositoryConfigs.
 

Uses of RepositoryConfig in org.openrdf.repository.manager
 

Methods in org.openrdf.repository.manager that return RepositoryConfig
 RepositoryConfig RepositoryManager.getRepositoryConfig(String repositoryID)
           
 

Methods in org.openrdf.repository.manager with parameters of type RepositoryConfig
 void RepositoryManager.addRepositoryConfig(RepositoryConfig config)
          Adds or updates the configuration of a repository to the manager's system repository.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.