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

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

Uses of RepositoryFactory in org.openrdf.repository.config
 

Methods in org.openrdf.repository.config with parameters of type RepositoryFactory
protected  String RepositoryRegistry.getKey(RepositoryFactory factory)
           
 

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

Classes in org.openrdf.repository.contextaware.config that implement RepositoryFactory
 class ContextAwareFactory
          A RepositoryFactory that creates ContextAwareRepositorys based on RDF configuration data.
 

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

Classes in org.openrdf.repository.dataset.config that implement RepositoryFactory
 class DatasetRepositoryFactory
          A RepositoryFactory that creates DatasetRepositorys based on RDF configuration data.
 

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

Classes in org.openrdf.repository.http.config that implement RepositoryFactory
 class HTTPRepositoryFactory
          A RepositoryFactory that creates HTTPRepositorys based on RDF configuration data.
 

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

Classes in org.openrdf.repository.sail.config that implement RepositoryFactory
 class SailRepositoryFactory
          A RepositoryFactory that creates SailRepositorys based on RDF configuration data.
 

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

Classes in org.openrdf.repository.sparql.config that implement RepositoryFactory
 class SPARQLRepositoryFactory
          Creates SPARQLRepository from a configuration.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.