SMILA (incubation) API documentation

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

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

public class FilterProperties
extends java.lang.Object

Crawler keys for filters class names.


Field Summary
static java.lang.String BEGINNING_PATH
          The Constant BEGINNING_PATH.
static java.lang.String CONTENT_TYPE
          The Constant CONTENT_TYPE.
static java.lang.String CRAWL_SCOPE
          The Constant CRAWL_SCOPE.
static java.lang.String HTML_META_TAG
          The Constant HTML_META_TAG.
static java.lang.String REGEXP
          The Constant REGEXP.
 
Constructor Summary
protected FilterProperties()
          Instantiates a new filter properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEGINNING_PATH

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

See Also:
Constant Field Values

REGEXP

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

See Also:
Constant Field Values

CONTENT_TYPE

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

See Also:
Constant Field Values

CRAWL_SCOPE

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

See Also:
Constant Field Values

HTML_META_TAG

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

See Also:
Constant Field Values
Constructor Detail

FilterProperties

protected FilterProperties()
Instantiates a new filter properties.


SMILA (incubation) API documentation