|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.ingestor.Ingestor
public class Ingestor
Field Summary | |
---|---|
static int |
fileCount
|
Constructor Summary | |
---|---|
Ingestor(CatalogDB catDb)
|
Method Summary | |
---|---|
void |
ingest(java.util.List<java.net.URL> sources)
Ingest catalog files from the given directories. |
void |
ingest(java.net.URL source)
Ingest a catalog file |
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 Ingestor(CatalogDB catDb)
Method Detail |
---|
public void ingest(java.net.URL source)
source
- URL of the catalog file.public void ingest(java.util.List<java.net.URL> sources)
sources
- URL of the directory of catalog filespublic 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 |