Uses of Class
gov.nasa.pds.harvest.search.crawler.metadata.extractor.Pds3MetExtractorConfig
-
Packages that use Pds3MetExtractorConfig Package Description gov.nasa.pds.harvest.search.crawler gov.nasa.pds.harvest.search.crawler.metadata.extractor -
-
Uses of Pds3MetExtractorConfig in gov.nasa.pds.harvest.search.crawler
Methods in gov.nasa.pds.harvest.search.crawler that return Pds3MetExtractorConfig Modifier and Type Method Description Pds3MetExtractorConfig
PDS3ProductCrawler. getPDS3MetExtractorConfig()
Gets the PDS3 metextractor configuration object.Methods in gov.nasa.pds.harvest.search.crawler with parameters of type Pds3MetExtractorConfig Modifier and Type Method Description void
PDS3ProductCrawler. setPDS3MetExtractorConfig(Pds3MetExtractorConfig config)
Sets the PDS3 metextractor configuration. -
Uses of Pds3MetExtractorConfig in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Constructors in gov.nasa.pds.harvest.search.crawler.metadata.extractor with parameters of type Pds3MetExtractorConfig Constructor Description Pds3FileMetExtractor(Pds3MetExtractorConfig config)
Pds3MetExtractor(Pds3MetExtractorConfig config)
Constructor.
-