Uses of Class
gov.nasa.pds.harvest.ingest.RegistryIngester

Packages that use RegistryIngester
gov.nasa.pds.harvest.association   
gov.nasa.pds.harvest.crawler   
gov.nasa.pds.harvest.crawler.actions   
gov.nasa.pds.harvest.crawler.daemon   
 

Uses of RegistryIngester in gov.nasa.pds.harvest.association
 

Constructors in gov.nasa.pds.harvest.association with parameters of type RegistryIngester
AssociationPublisher(String registryUrl, RegistryIngester ingester)
          Constructor.
 

Uses of RegistryIngester in gov.nasa.pds.harvest.crawler
 

Methods in gov.nasa.pds.harvest.crawler that return RegistryIngester
 RegistryIngester PDSProductCrawler.getRegistryIngester()
          Gets the registry ingester.
 

Methods in gov.nasa.pds.harvest.crawler with parameters of type RegistryIngester
 void PDSProductCrawler.setProperties(String registryUrl, RegistryIngester ingester, List<gov.nasa.jpl.oodt.cas.crawl.action.CrawlerAction> actions)
           
 

Uses of RegistryIngester in gov.nasa.pds.harvest.crawler.actions
 

Constructors in gov.nasa.pds.harvest.crawler.actions with parameters of type RegistryIngester
FileObjectRegistrationAction(String registryUrl, RegistryIngester ingester)
          Constructor.
RegistryUniquenessCheckerAction(String registryUrl, RegistryIngester ingester)
          Constructor.
 

Uses of RegistryIngester in gov.nasa.pds.harvest.crawler.daemon
 

Constructors in gov.nasa.pds.harvest.crawler.daemon with parameters of type RegistryIngester
HarvestDaemon(int wait, List<PDSProductCrawler> crawlers, int port, AssociationPublisher associationPublisher, RegistryIngester ingester)
          Constructor
 



Copyright © 2010–2014 Planetary Data System. All rights reserved.