SMILA (incubation) API documentation

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

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

public class FetcherProperties
extends java.lang.Object

Crawler keys for Fetcher specific options.


Field Summary
static java.lang.String MAX_BYTES_DOWNLOAD
          The Constant MAX_BYTES_DOWNLOAD.
static java.lang.String MAX_DOCUMENT_DOWNLOAD
          The Constant MAX_DOCUMENT_DOWNLOAD.
static java.lang.String MAX_REDIRECTS
          The Constant MAX_REDIRECTS.
static java.lang.String MAX_RETRIES
          The Constant MAX_RETRIES.
static java.lang.String USE_SITEMAPS
          The Constant USE_SITEMAPS.
static java.lang.String WAIT_RETRY
          The Constant WAIT_RETRY.
 
Constructor Summary
protected FetcherProperties()
          Instantiates a new fetcher properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_BYTES_DOWNLOAD

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

See Also:
Constant Field Values

MAX_DOCUMENT_DOWNLOAD

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

See Also:
Constant Field Values

MAX_REDIRECTS

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

See Also:
Constant Field Values

MAX_RETRIES

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

See Also:
Constant Field Values

WAIT_RETRY

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

See Also:
Constant Field Values

USE_SITEMAPS

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

See Also:
Constant Field Values
Constructor Detail

FetcherProperties

protected FetcherProperties()
Instantiates a new fetcher properties.


SMILA (incubation) API documentation