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

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



Copyright © 2001-2007 Aduna. All Rights Reserved.