gov.nasa.pds.citool.ingestor.types
Class FileIngestor

java.lang.Object
  extended by gov.nasa.pds.citool.ingestor.types.IngestorType
      extended by gov.nasa.pds.citool.ingestor.types.FileIngestor

public class FileIngestor
extends IngestorType

Class that enables the Catalog Ingestion Tool to ingest a single catalog file

Author:
hlee

Field Summary
 
Fields inherited from class gov.nasa.pds.citool.ingestor.types.IngestorType
fileCount
 
Constructor Summary
FileIngestor(CatalogDB catDb)
           
 
Method Summary
 void ingest(java.net.URL source)
          Ingest a catalog file
 
Methods inherited from class gov.nasa.pds.citool.ingestor.types.IngestorType
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIngestor

public FileIngestor(CatalogDB catDb)
Method Detail

ingest

public void ingest(java.net.URL source)
Ingest a catalog file

Specified by:
ingest in class IngestorType
Parameters:
source - URL of the catalog file.


Copyright © 2005-2009 Planetary Data System. All Rights Reserved.