|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.CIToolIngester
public class CIToolIngester
Constructor Summary | |
---|---|
CIToolIngester(CatalogDB catalogDb,
IngestReport report)
|
Method Summary | |
---|---|
void |
ingest(List<URL> sources)
Ingest catalog files from the given directories. |
void |
ingest(Target target,
boolean recurse)
Ingest catalog file(s). |
void |
ingest(URL source)
Ingest a catalog file |
gov.nasa.pds.tools.label.Label |
parse(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 |
Constructor Detail |
---|
public CIToolIngester(CatalogDB catalogDb, IngestReport report)
Method Detail |
---|
public void ingest(Target target, boolean recurse) throws Exception
target
- URL of the target (directory or file)
Exception
public void ingest(URL source)
source
- URL of the catalog file.public void ingest(List<URL> sources)
sources
- URL of the directory of catalog filespublic gov.nasa.pds.tools.label.Label parse(URL url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |