|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.ingestor.types.IngestorType
public abstract class IngestorType
An abstract class to handle the different types (directory or file) of ingestion that can be made in the Catalog Ingestion Tool.
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 |
---|
public static int fileCount
Constructor Detail |
---|
public IngestorType(CatalogDB catDb)
Method Detail |
---|
public abstract void ingest(java.net.URL source)
public gov.nasa.pds.tools.label.Label parse(java.net.URL url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |