Class CatalogIndex


  • public class CatalogIndex
    extends Object
    Class that contains a mapping of various catalog objects to an identifier, which gives the object a "unique name". This aides in programatically determining if two catalog objects were meant to be the same when doing a comparison function in the Catalog Ingest Tool.
    Author:
    mcayanan
    • Constructor Detail

      • CatalogIndex

        public CatalogIndex()
    • Method Detail

      • getIdentifier

        public String getIdentifier​(String type)
        Gets the identifier of the given type.
        Parameters:
        type - The catalog type (MISSION, REFERENCE, INSTRUMENT, etc.)
        Returns:
        The identifier.