gov.nasa.pds.harvest.pdap
Class HarvesterPdap

java.lang.Object
  extended by gov.nasa.pds.harvest.pdap.HarvesterPdap

public class HarvesterPdap
extends Object

Front-end class to the Harvest-PDAP Tool.

Author:
mcayanan

Constructor Summary
HarvesterPdap(PdsRegistryService registryService, ProductMetadata metadata, ResourceMetadata resourceMet)
          Constructor.
 
Method Summary
 void harvest(PdapService pdapService)
          Harvest products from a PDAP service.
 void harvest(PdapServices pdapServices)
          Harvest products from a list of PDAP Services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarvesterPdap

public HarvesterPdap(PdsRegistryService registryService,
                     ProductMetadata metadata,
                     ResourceMetadata resourceMet)
Constructor.

Parameters:
registryService - Registry Service.
metadata - Product metadata.
resourceMet - Resource metadata.
Method Detail

harvest

public void harvest(PdapServices pdapServices)
Harvest products from a list of PDAP Services.

Parameters:
pdapServices - List of PDAP services.

harvest

public void harvest(PdapService pdapService)
Harvest products from a PDAP service.

Parameters:
pdapService - A PDAP Service.


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.