info.aduna.infosource.crawl
Class CrawlReportUtil

java.lang.Object
  extended by info.aduna.infosource.crawl.CrawlReportUtil

public class CrawlReportUtil
extends Object

Utilities for handling CrawlReports stored in a Repository.


Constructor Summary
CrawlReportUtil()
           
 
Method Summary
static void store(org.semanticdesktop.aperture.datasource.DataSource source, org.semanticdesktop.aperture.crawler.CrawlReport report, boolean fullRecrawl, org.openrdf.repository.Repository repository)
          Stores a CrawlReport in a Repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlReportUtil

public CrawlReportUtil()
Method Detail

store

public static void store(org.semanticdesktop.aperture.datasource.DataSource source,
                         org.semanticdesktop.aperture.crawler.CrawlReport report,
                         boolean fullRecrawl,
                         org.openrdf.repository.Repository repository)
                  throws org.openrdf.repository.RepositoryException
Stores a CrawlReport in a Repository.

Parameters:
source - The DataSource described by the CrawlReport.
report - The CrawlReport to store.
fullRecrawl - Indicates whether crawling took place in refresh or full recrawl mode.
repository - The Repository to store the CrawlReport into.
Throws:
org.openrdf.repository.RepositoryException - Whenever access to the Repository resulted in a RepositoryException.


Copyright © 1997-2008 Aduna. All Rights Reserved.