Package gov.nasa.pds.citool.catalog
Class CatalogIndex
- java.lang.Object
-
- gov.nasa.pds.citool.catalog.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 Summary
Constructors Constructor Description CatalogIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier(String type)
Gets the identifier of the given type.
-