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

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

public class DirIngestor
extends IngestorType

Class that enables the Catalog Ingestion Tool to ingest catalog file(s) from the directory

Author:
hlee

Field Summary
 
Fields inherited from class gov.nasa.pds.citool.ingestor.types.IngestorType
fileCount
 
Constructor Summary
DirIngestor(CatalogDB catDb)
           
 
Method Summary
 void ingest(java.net.URL source)
          Ingest catalog files from the given directories.
 
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

DirIngestor

public DirIngestor(CatalogDB catDb)
Method Detail

ingest

public void ingest(java.net.URL source)
Ingest catalog files from the given directories.

Specified by:
ingest in class IngestorType
Parameters:
source - URL of the directory of catalog files


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