DLESE Tools
v1.6.0

org.dlese.dpc.oai.harvester
Class Keys

java.lang.Object
  extended by org.dlese.dpc.oai.harvester.Keys

public final class Keys
extends Object

Contains keys that are used to retrieve data from the SimpleDataStore.

Author:
John Weatherley

Field Summary
static String HARVESTED_DATA_DIR
          Description of the Field
static String HARVESTER_STATUS
          DESCRIPTION
static String SCHEDULED_HARVESTS
          Description of the Field
static String SH_HARVESTED_DATA_DIR
          Description of the Field
static String VALIDATE_RECORDS
          Description of the Field
static String ZIP_DIR
          Description of the Field
 
Constructor Summary
Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HARVESTER_STATUS

public static final String HARVESTER_STATUS
DESCRIPTION

See Also:
Constant Field Values

VALIDATE_RECORDS

public static final String VALIDATE_RECORDS
Description of the Field

See Also:
Constant Field Values

HARVESTED_DATA_DIR

public static final String HARVESTED_DATA_DIR
Description of the Field

See Also:
Constant Field Values

SH_HARVESTED_DATA_DIR

public static final String SH_HARVESTED_DATA_DIR
Description of the Field

See Also:
Constant Field Values

SCHEDULED_HARVESTS

public static final String SCHEDULED_HARVESTS
Description of the Field

See Also:
Constant Field Values

ZIP_DIR

public static final String ZIP_DIR
Description of the Field

See Also:
Constant Field Values
Constructor Detail

Keys

public Keys()

DLESE Tools
v1.6.0