|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.catalog.CatalogIndex
public class CatalogIndex
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.
Constructor Summary | |
---|---|
CatalogIndex()
|
Method Summary | |
---|---|
java.lang.String |
getIdentifier(java.lang.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 |
---|
public CatalogIndex()
Method Detail |
---|
public java.lang.String getIdentifier(java.lang.String type)
type
- The catalog type (MISSION, REFERENCE, INSTRUMENT, etc.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |