Class InventoryKeys
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.inventory.InventoryKeys
 
- 
 public class InventoryKeys extends Object Class containing XPaths used when reading a PDS4 Inventory file.- Author:
- mcayanan
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCHECKSUM_XPATHThe MD5 checksum XPath in an Inventory file.static StringDATA_FILE_XPATHXPath to the external table file of a collection.static StringFIELD_DELIMITER_XPATHXPath to determine the field delimiter being used in the inventory table.static Map<String,String>fieldDelimitersstatic StringIDENTITY_REFERENCE_XPATHThe LID-VID or LID XPath for an association.static StringLIDVID_LID_FIELD_NUMBER_XPATHXPath to determine the field location of the LID-LIDVID field in the inventory table.static StringMEMBER_ENTRY_XPATHXPath to grab the Member_Entry tags in a bundle.static StringMEMBER_STATUS_FIELD_NUMBER_XPATHXPath to determine the field location of the member status field in the inventory table.static StringMEMBER_STATUS_XPATHThe member status XPath in an Inventory file.
 - 
Constructor SummaryConstructors Constructor Description InventoryKeys()
 
- 
- 
- 
Field Detail- 
FIELD_DELIMITER_XPATHpublic static final String FIELD_DELIMITER_XPATH XPath to determine the field delimiter being used in the inventory table.- See Also:
- Constant Field Values
 
 - 
MEMBER_STATUS_FIELD_NUMBER_XPATHpublic static final String MEMBER_STATUS_FIELD_NUMBER_XPATH XPath to determine the field location of the member status field in the inventory table.- See Also:
- Constant Field Values
 
 - 
LIDVID_LID_FIELD_NUMBER_XPATHpublic static final String LIDVID_LID_FIELD_NUMBER_XPATH XPath to determine the field location of the LID-LIDVID field in the inventory table.- See Also:
- Constant Field Values
 
 - 
DATA_FILE_XPATHpublic static final String DATA_FILE_XPATH XPath to the external table file of a collection.- See Also:
- Constant Field Values
 
 - 
MEMBER_ENTRY_XPATHpublic static final String MEMBER_ENTRY_XPATH XPath to grab the Member_Entry tags in a bundle.- See Also:
- Constant Field Values
 
 - 
CHECKSUM_XPATHpublic static final String CHECKSUM_XPATH The MD5 checksum XPath in an Inventory file.- See Also:
- Constant Field Values
 
 - 
MEMBER_STATUS_XPATHpublic static final String MEMBER_STATUS_XPATH The member status XPath in an Inventory file.- See Also:
- Constant Field Values
 
 - 
IDENTITY_REFERENCE_XPATHpublic static final String IDENTITY_REFERENCE_XPATH The LID-VID or LID XPath for an association.- See Also:
- Constant Field Values
 
 
- 
 
-