Class BundleCrawler

  • All Implemented Interfaces:
    gov.nasa.jpl.oodt.cas.commons.spring.SpringSetIdInjectionType, gov.nasa.jpl.oodt.cas.filemgr.metadata.CoreMetKeys

    public class BundleCrawler
    extends CollectionCrawler
    A crawler class for a PDS Bundle file.
    Author:
    mcayanan
    • Constructor Detail

      • BundleCrawler

        public BundleCrawler​(Pds4MetExtractorConfig extractorConfig)
        Constructor.
        Parameters:
        extractorConfig - A configuration object for the metadata extractor.
    • Method Detail

      • crawl

        public void crawl​(File bundle)
        Crawl a PDS4 bundle file. The bundle will be registered first, then the method will proceed to crawling the collection file it points to.
        Overrides:
        crawl in class CollectionCrawler
        Parameters:
        bundle - The PDS4 bundle file.
        Throws:
        InventoryReaderException