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

Packages that use RepositoryConfigException
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.manager.util   
org.openrdf.repository.sail.config   
org.openrdf.repository.sparql.config   
 

Uses of RepositoryConfigException in org.openrdf.repository.config
 

Methods in org.openrdf.repository.config that throw RepositoryConfigException
static RepositoryImplConfig RepositoryImplConfigBase.create(Graph graph, Resource implNode)
           
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 Resource RepositoryConfigUtil.getContext(RepositoryConnection con, String repositoryID)
           
 Repository RepositoryFactory.getRepository(RepositoryImplConfig config)
          Returns a Repository instance that has been initialized using the supplied configuration data.
static RepositoryConfig RepositoryConfigUtil.getRepositoryConfig(Repository repository, String repositoryID)
           
static boolean RepositoryConfigUtil.hasRepositoryConfig(Repository repository, String repositoryID)
          Is configuration information for the specified repository ID present in the (system) repository?
 void RepositoryImplConfigBase.parse(Graph graph, Resource implNode)
           
 void RepositoryImplConfig.parse(Graph graph, Resource implNode)
           
 void RepositoryConfig.parse(Graph graph, Resource repositoryNode)
           
 void DelegatingRepositoryImplConfigBase.parse(Graph graph, Resource implNode)
           
static boolean RepositoryConfigUtil.removeRepositoryConfigs(Repository repository, String... repositoryIDs)
          Removes one or more Repository configurations from a Repository.
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.
 void RepositoryImplConfigBase.validate()
           
 void RepositoryImplConfig.validate()
          Validates this configuration.
 void RepositoryConfig.validate()
          Validates this configuration.
 void DelegatingRepositoryImplConfigBase.validate()
           
 

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

Methods in org.openrdf.repository.contextaware.config that throw RepositoryConfigException
 Repository ContextAwareFactory.getRepository(RepositoryImplConfig configuration)
           
 void ContextAwareConfig.parse(Graph graph, Resource implNode)
           
 

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

Methods in org.openrdf.repository.dataset.config that throw RepositoryConfigException
 Repository DatasetRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 

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

Methods in org.openrdf.repository.http.config that throw RepositoryConfigException
 Repository HTTPRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 void HTTPRepositoryConfig.parse(Graph graph, Resource implNode)
           
 void HTTPRepositoryConfig.validate()
           
 

Uses of RepositoryConfigException in org.openrdf.repository.manager
 

Methods in org.openrdf.repository.manager that throw RepositoryConfigException
 void RepositoryManager.addRepositoryConfig(RepositoryConfig config)
          Adds or updates the configuration of a repository to the manager's system repository.
protected abstract  Repository RepositoryManager.createRepository(String id)
          Creates and initializes the repository with the specified ID.
protected  Repository RemoteRepositoryManager.createRepository(String id)
          Creates and initializes the repository with the specified ID.
protected  Repository LocalRepositoryManager.createRepository(String id)
           
 Collection<Repository> RepositoryManager.getAllRepositories()
          Returns all configured repositories.
 String RepositoryManager.getNewRepositoryID(String baseName)
          Generates an ID for a new repository based on the specified base name.
 Repository RepositoryManager.getRepository(String id)
          Gets the repository that is known by the specified ID from this manager.
 RepositoryConfig RepositoryManager.getRepositoryConfig(String repositoryID)
           
 boolean RepositoryManager.hasRepositoryConfig(String repositoryID)
           
 boolean RepositoryManager.removeRepository(String repositoryID)
          Removes the specified repository by deleting its configuration from the manager's system repository if such a configuration is present, and removing any persistent data associated with the repository.
 boolean RemoteRepositoryManager.removeRepository(String repositoryID)
           
 boolean RepositoryManager.removeRepositoryConfig(String repositoryID)
          Deprecated. use RepositoryManager.removeRepository(String repositoryID) instead.
 

Uses of RepositoryConfigException in org.openrdf.repository.manager.util
 

Methods in org.openrdf.repository.manager.util that throw RepositoryConfigException
 void TypeFilteringRepositoryManager.addRepositoryConfig(RepositoryConfig config)
           
protected  Repository TypeFilteringRepositoryManager.createRepository(String id)
           
 String TypeFilteringRepositoryManager.getNewRepositoryID(String baseName)
           
 Repository TypeFilteringRepositoryManager.getRepository(String id)
           
 RepositoryConfig TypeFilteringRepositoryManager.getRepositoryConfig(String repositoryID)
           
 boolean TypeFilteringRepositoryManager.hasRepositoryConfig(String repositoryID)
           
protected  boolean TypeFilteringRepositoryManager.isCorrectType(String repositoryID)
           
 boolean TypeFilteringRepositoryManager.removeRepositoryConfig(String repositoryID)
           
 

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

Methods in org.openrdf.repository.sail.config that throw RepositoryConfigException
 Repository SailRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 void SailRepositoryConfig.parse(Graph graph, Resource repImplNode)
           
 void SailRepositoryConfig.validate()
           
 

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

Methods in org.openrdf.repository.sparql.config that throw RepositoryConfigException
 SPARQLRepository SPARQLRepositoryFactory.getRepository(RepositoryImplConfig config)
           
 void SPARQLRepositoryConfig.parse(Graph graph, Resource implNode)
           
 void SPARQLRepositoryConfig.validate()
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.