Uses of Class
gov.nasa.pds.harvest.search.policy.FileFilter
-
Packages that use FileFilter Package Description gov.nasa.pds.harvest.search.crawler gov.nasa.pds.harvest.search.policy -
-
Uses of FileFilter in gov.nasa.pds.harvest.search.crawler
Methods in gov.nasa.pds.harvest.search.crawler with parameters of type FileFilter Modifier and Type Method Description void
PDS3FileCrawler. setFileFilter(FileFilter filter)
void
PDSProductCrawler. setFileFilter(FileFilter filter)
Sets the file filter for the crawler. -
Uses of FileFilter in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy declared as FileFilter Modifier and Type Field Description protected FileFilter
Directory. fileFilter
protected FileFilter
Pds3Directory. fileFilter
Methods in gov.nasa.pds.harvest.search.policy that return FileFilter Modifier and Type Method Description FileFilter
ObjectFactory. createFileFilter()
Create an instance ofFileFilter
FileFilter
Directory. getFileFilter()
Gets the value of the fileFilter property.FileFilter
Pds3Directory. getFileFilter()
Gets the value of the fileFilter property.Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type FileFilter Modifier and Type Method Description JAXBElement<FileFilter>
ObjectFactory. createFileFilter(FileFilter value)
Methods in gov.nasa.pds.harvest.search.policy with parameters of type FileFilter Modifier and Type Method Description JAXBElement<FileFilter>
ObjectFactory. createFileFilter(FileFilter value)
void
Directory. setFileFilter(FileFilter value)
Sets the value of the fileFilter property.void
Pds3Directory. setFileFilter(FileFilter value)
Sets the value of the fileFilter property.
-