info.aduna.infosource.crawl
Class CrawlingRepositoryFactory

java.lang.Object
  extended by info.aduna.infosource.crawl.CrawlingRepositoryFactory
All Implemented Interfaces:
org.openrdf.repository.config.RepositoryFactory

public class CrawlingRepositoryFactory
extends Object
implements org.openrdf.repository.config.RepositoryFactory

A RepositoryFactory that creates CrawlingRepositories based on RDF configuration data.


Constructor Summary
CrawlingRepositoryFactory()
           
 
Method Summary
 org.openrdf.repository.config.RepositoryImplConfig getConfig()
           
 CrawlingRepository 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

CrawlingRepositoryFactory

public CrawlingRepositoryFactory()
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 CrawlingRepository 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.