gov.nasa.pds.harvest.Constants Maven / Gradle / Ivy
package gov.nasa.pds.harvest;
/**
* Some constants used by different classes.
*
* @author karpenko
*/
public interface Constants
{
// Message queue
public static final String MQ_PRODUCTS = "harvest.products";
public static final String MQ_COLLECTION_INVENTORY = "harvest.collections";
// Field names
public static final String NS_SEPARATOR = ":";
public static final String ATTR_SEPARATOR = "/";
public static final String REGISTRY_NS = "ops";
public static final String FLD_NODE_NAME = "ops:Harvest_Info/ops:node_name";
public static final String FLD_HARVEST_DATA_TIME = "ops:Harvest_Info/ops:harvest_date_time";
}