Uses of Class
gov.nasa.pds.harvest.search.policy.IncludePath
-
Packages that use IncludePath Package Description gov.nasa.pds.harvest.search.policy -
-
Uses of IncludePath in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as IncludePath Modifier and Type Field Description protected IncludePath
Pds3ProductMetadata. includePaths
Methods in gov.nasa.pds.harvest.search.policy that return IncludePath Modifier and Type Method Description IncludePath
ObjectFactory. createIncludePath()
Create an instance ofIncludePath
IncludePath
Pds3ProductMetadata. getIncludePaths()
Gets the value of the includePaths property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type IncludePath Modifier and Type Method Description JAXBElement<IncludePath>
ObjectFactory. createIncludePaths(IncludePath value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type IncludePath Modifier and Type Method Description JAXBElement<IncludePath>
ObjectFactory. createIncludePaths(IncludePath value)
void
Pds3ProductMetadata. setIncludePaths(IncludePath value)
Sets the value of the includePaths property.
-