Uses of Class
gov.nasa.pds.harvest.search.policy.Policy
-
Packages that use Policy Package Description gov.nasa.pds.harvest.search gov.nasa.pds.harvest.search.policy -
-
Uses of Policy in gov.nasa.pds.harvest.search
Methods in gov.nasa.pds.harvest.search with parameters of type Policy Modifier and Type Method Description void
HarvesterSearch. harvest(Policy policy)
Harvest the products specified in the given policy. -
Uses of Policy in gov.nasa.pds.harvest.search.policy
Methods in gov.nasa.pds.harvest.search.policy that return Policy Modifier and Type Method Description Policy
ObjectFactory. createPolicy()
Create an instance ofPolicy
static Policy
PolicyReader. unmarshall(File policyXML)
static Policy
PolicyReader. unmarshall(URL policyXML)
static Policy
PolicyReader. unmarshall(StreamSource policyXML)
-