gov.nasa.pds.citool.catalog
Class CatalogIndex

java.lang.Object
  extended by 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
CatalogIndex()
           
 
Method Summary
 String getIdentifier(String type)
          Gets the identifier of the given type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2010–2015 Planetary Data System. All rights reserved.