SMILA 1.0 API documentation

org.eclipse.smila.importing
Class ImportingConstants

java.lang.Object
  extended by org.eclipse.smila.importing.ImportingConstants

public final class ImportingConstants
extends java.lang.Object

Class containing general constants for importing.

Author:
stuc07

Field Summary
static java.lang.String ATTRIBUTE_DELTA_HASH
          Name of the attribute that contains the delta hash.
static java.lang.String ATTRIBUTE_UPDATE
          Attribute set to true by the deltaCheck worker to mark records that are not new but have been changed.
static java.lang.String TASK_PARAM_DATA_SOURCE
          Name of the task parameter that contains the data source.
static java.lang.String TASK_PARAM_ROOT_FOLDER
          Name of the task parameter that contains the root folder for crawling.
static java.lang.String TASK_PARAM_START_URL
          Name of the task parameter that contains the start URL for crawling.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_DELTA_HASH

public static final java.lang.String ATTRIBUTE_DELTA_HASH
Name of the attribute that contains the delta hash.

See Also:
Constant Field Values

ATTRIBUTE_UPDATE

public static final java.lang.String ATTRIBUTE_UPDATE
Attribute set to true by the deltaCheck worker to mark records that are not new but have been changed.

See Also:
Constant Field Values

TASK_PARAM_DATA_SOURCE

public static final java.lang.String TASK_PARAM_DATA_SOURCE
Name of the task parameter that contains the data source.

See Also:
Constant Field Values

TASK_PARAM_ROOT_FOLDER

public static final java.lang.String TASK_PARAM_ROOT_FOLDER
Name of the task parameter that contains the root folder for crawling.

See Also:
Constant Field Values

TASK_PARAM_START_URL

public static final java.lang.String TASK_PARAM_START_URL
Name of the task parameter that contains the start URL for crawling.

See Also:
Constant Field Values

SMILA 1.0 API documentation