| AndImportFilter |
This class provides an ImportFilter that only returns true if all of the configured ImportFilters return true.
|
| DirectoryImportFilter |
This class is an ImportFilter that filters out directories.
|
| FileImportFilter |
This class is an ImportFilter that filters out files.
|
| FileNameRegexImportFilter |
This class is an ImportFilter that filters out files and/or folders whose name, excluding
path, matches the configured regular expression.
|
| HiddenFileFilter |
This class is an ImportFilter that filters out hidden files.
|
| NonExistentContentFileImportFilter |
This class is an ImportFilter that filters out importable items whose content file doesn't exist.
|
| NotImportFilter |
This class provides an ImportFilter that returns the opposite of the configured SourceFilter.
|