Uses of Class
gov.nasa.pds.harvest.search.policy.FileTypes
-
Packages that use FileTypes Package Description gov.nasa.pds.harvest.search.crawler.actions gov.nasa.pds.harvest.search.policy -
-
Uses of FileTypes in gov.nasa.pds.harvest.search.crawler.actions
Methods in gov.nasa.pds.harvest.search.crawler.actions with parameters of type FileTypes Modifier and Type Method Description void
FileObjectRegistrationAction. setFileTypes(FileTypes fileTypes)
Set the file type mapping. -
Uses of FileTypes in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as FileTypes Modifier and Type Field Description protected FileTypes
Policy. fileTypes
Methods in gov.nasa.pds.harvest.search.policy that return FileTypes Modifier and Type Method Description FileTypes
ObjectFactory. createFileTypes()
Create an instance ofFileTypes
FileTypes
Policy. getFileTypes()
Gets the value of the fileTypes property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type FileTypes Modifier and Type Method Description javax.xml.bind.JAXBElement<FileTypes>
ObjectFactory. createFileTypes(FileTypes value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type FileTypes Modifier and Type Method Description javax.xml.bind.JAXBElement<FileTypes>
ObjectFactory. createFileTypes(FileTypes value)
void
Policy. setFileTypes(FileTypes value)
Sets the value of the fileTypes property.
-