info.aduna.infosource.crawl
Class CrawlingRepositorySchema

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

public class CrawlingRepositorySchema
extends Object

Defines constants for the CrawlingRepository schema which is used by CrawlingRepositoryFactories to initialize CrawlingRepositories.


Field Summary
static org.openrdf.model.URI CLEAR_BEFORE_CRAWL
           
static org.openrdf.model.URI CRON_PATTERN
           
static org.openrdf.model.URI DATA_SOURCE
           
static org.openrdf.model.URI INCLUDE_IN_LIST_CRAWL
           
static String NAMESPACE
           
static org.openrdf.model.URI RECRAWL_SCHEDULE
           
static org.openrdf.model.Literal REPOSITORY_TYPE
           
static org.openrdf.model.URI SCHEDULES
           
 
Constructor Summary
CrawlingRepositorySchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_TYPE

public static final org.openrdf.model.Literal REPOSITORY_TYPE

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

DATA_SOURCE

public static final org.openrdf.model.URI DATA_SOURCE

SCHEDULES

public static final org.openrdf.model.URI SCHEDULES

RECRAWL_SCHEDULE

public static final org.openrdf.model.URI RECRAWL_SCHEDULE

CRON_PATTERN

public static final org.openrdf.model.URI CRON_PATTERN

CLEAR_BEFORE_CRAWL

public static final org.openrdf.model.URI CLEAR_BEFORE_CRAWL

INCLUDE_IN_LIST_CRAWL

public static final org.openrdf.model.URI INCLUDE_IN_LIST_CRAWL
Constructor Detail

CrawlingRepositorySchema

public CrawlingRepositorySchema()


Copyright © 1997-2008 Aduna. All Rights Reserved.