Uses of Class
gov.nasa.pds.harvest.search.policy.References
-
Packages that use References Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of References in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Constructors in gov.nasa.pds.harvest.search.crawler.metadata.extractor with parameters of type References Constructor Description Pds4MetExtractorConfig(List<Pds4ProductMetadata> candidates, References references)
Default contstructor. -
Uses of References in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as References Modifier and Type Field Description protected References
Policy. references
Methods in gov.nasa.pds.harvest.search.policy that return References Modifier and Type Method Description References
ObjectFactory. createReferences()
Create an instance ofReferences
References
Policy. getReferences()
Gets the value of the references property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type References Modifier and Type Method Description javax.xml.bind.JAXBElement<References>
ObjectFactory. createReferences(References value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type References Modifier and Type Method Description javax.xml.bind.JAXBElement<References>
ObjectFactory. createReferences(References value)
void
Policy. setReferences(References value)
Sets the value of the references property.
-