| Name | Description | Type | Package | Framework |
| SimplePatternFileListFilter | Filter that supports ant style path expressions, which are less powerful but more readable than regular expressions. | Class | org.springframework.integration.file.filters | Spring Integration |
| ReversibleFileListFilter | A FileListFilter that allows the caller to reverse (roll back) stateSince:4. | Interface | org.springframework.integration.file.filters | Spring Integration |
| ResettableFileListFilter | A FileListFilter that can be reset by removing a specific file from itsSince:4. | Interface | org.springframework.integration.file.filters | Spring Integration |
| RegexPatternFileListFilter | Class | org.springframework.integration.file.filters | Spring Integration | |
| LastModifiedFileListFilter | The FileListFilter implementation to filter those files whichFile. | Class | org.springframework.integration.file.filters | Spring Integration |
| IgnoreHiddenFileListFilter | FileListFilter implementation that ignores any hidden files. | Class | org.springframework.integration.file.filters | Spring Integration |
| FileSystemPersistentAcceptOnceFileListFilter | Class | org.springframework.integration.file.filters | Spring Integration | |
| FileListFilter | Strategy interface for filtering a group of files. | Interface | org.springframework.integration.file.filters | Spring Integration |
| CompositeFileListFilter | Simple FileListFilter that predicates its matches against all of theconfigured FileListFilter. | Class | org.springframework.integration.file.filters | Spring Integration |
| AcceptOnceFileListFilter | FileListFilter that passes files only one time. | Class | org.springframework.integration.file.filters | Spring Integration |
| AcceptAllFileListFilter | Simple implementation of FileListFilter that always returns true. | Class | org.springframework.integration.file.filters | Spring Integration |
| AbstractSimplePatternFileListFilter | Base class for filters that support ant style path expressions, which are less powerfulbut more readable than regular expressions. | Class | org.springframework.integration.file.filters | Spring Integration |
| AbstractRegexPatternFileListFilter | Filters a listing of files by qualifying their 'name'against a regular expression (an instance of Pattern) | Class | org.springframework.integration.file.filters | Spring Integration |
| AbstractPersistentAcceptOnceFileListFilter | Stores seen files in a MetadataStore to survive application restarts. | Class | org.springframework.integration.file.filters | Spring Integration |
| AbstractFileListFilter | A convenience base class for any FileListFilter whose criteria can beevaluated against each File in isolation. | Class | org.springframework.integration.file.filters | Spring Integration |