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

java.lang.Object
  extended by gov.nasa.pds.citool.ingestor.types.IngestorType
Direct Known Subclasses:
DirIngestor, FileIngestor

public abstract class IngestorType
extends java.lang.Object

An abstract class to handle the different types (directory or file) of ingestion that can be made in the Catalog Ingestion Tool.

Author:
hyunlee

Field Summary
static int fileCount
           
 
Constructor Summary
IngestorType(CatalogDB catDb)
           
 
Method Summary
abstract  void ingest(java.net.URL source)
           
 gov.nasa.pds.tools.label.Label parse(java.net.URL url)
          Method to parse the PDS catalog file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileCount

public static int fileCount
Constructor Detail

IngestorType

public IngestorType(CatalogDB catDb)
Method Detail

ingest

public abstract void ingest(java.net.URL source)

parse

public gov.nasa.pds.tools.label.Label parse(java.net.URL url)
Method to parse the PDS catalog file



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