info.aduna.infosource.remote
Class RemoteRepositoryFactory

java.lang.Object
  extended by 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.


Constructor Summary
RemoteRepositoryFactory()
           
 
Method Summary
 org.openrdf.repository.config.RepositoryImplConfig getConfig()
           
 RemoteRepository getRepository(org.openrdf.repository.config.RepositoryImplConfig config)
           
 String getRepositoryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRepositoryFactory

public RemoteRepositoryFactory()
Method Detail

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.