SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.configuration
Class CrawlProperties

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.web.configuration.CrawlProperties

public class CrawlProperties
extends java.lang.Object

Crawler keys for crawl specific options.


Field Summary
static java.lang.String CRAWLING_MODEL_TYPE
          The Constant CRAWLING_MODEL_TYPE.
static java.lang.String CRAWLING_MODEL_VALUE
          The Constant CRAWLING_MODEL_VALUE.
static java.lang.String MAX_TIME_SEC
          The Constant MAX_TIME_SEC.
static java.lang.String PROJECT_NAME
          The Constant PROJECT_NAME.
static java.lang.String RANDOM_WAIT
          The Constant RANDOM_WAIT.
static java.lang.String WAIT
          The Constant WAIT.
 
Constructor Summary
protected CrawlProperties()
          Instantiates a new crawl properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_NAME

public static final java.lang.String PROJECT_NAME
The Constant PROJECT_NAME.

See Also:
Constant Field Values

MAX_TIME_SEC

public static final java.lang.String MAX_TIME_SEC
The Constant MAX_TIME_SEC.

See Also:
Constant Field Values

WAIT

public static final java.lang.String WAIT
The Constant WAIT.

See Also:
Constant Field Values

RANDOM_WAIT

public static final java.lang.String RANDOM_WAIT
The Constant RANDOM_WAIT.

See Also:
Constant Field Values

CRAWLING_MODEL_TYPE

public static final java.lang.String CRAWLING_MODEL_TYPE
The Constant CRAWLING_MODEL_TYPE.

See Also:
Constant Field Values

CRAWLING_MODEL_VALUE

public static final java.lang.String CRAWLING_MODEL_VALUE
The Constant CRAWLING_MODEL_VALUE.

See Also:
Constant Field Values
Constructor Detail

CrawlProperties

protected CrawlProperties()
Instantiates a new crawl properties.


SMILA (incubation) API documentation