info.aduna.infosource.remote
Class RemoteRepositoryFactory
java.lang.Object
info.aduna.infosource.remote.RemoteRepositoryFactory
- All Implemented Interfaces:
- org.openrdf.repository.config.RepositoryFactory
public class RemoteRepositoryFactory
- extends Object
- implements org.openrdf.repository.config.RepositoryFactory
A RepositoryFactory that creates RemoteRepositories based on RDF
configuration data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteRepositoryFactory
public RemoteRepositoryFactory()
getRepositoryType
public String getRepositoryType()
- Specified by:
getRepositoryType in interface org.openrdf.repository.config.RepositoryFactory
getConfig
public org.openrdf.repository.config.RepositoryImplConfig getConfig()
- Specified by:
getConfig in interface org.openrdf.repository.config.RepositoryFactory
getRepository
public RemoteRepository getRepository(org.openrdf.repository.config.RepositoryImplConfig config)
throws org.openrdf.repository.config.RepositoryConfigException
- Specified by:
getRepository in interface org.openrdf.repository.config.RepositoryFactory
- Throws:
org.openrdf.repository.config.RepositoryConfigException
Copyright © 1997-2008 Aduna. All Rights Reserved.