Package org.springframework.integration.file.filters

Interface Summary
FileListFilter Strategy interface for filtering a group of files.
 

Class Summary
AbstractFileListFilter Deprecated. Replaced by AbstractEntryListFilter in 2.0.0
AcceptOnceFileListFilter FileListFilter that passes files only one time.
CompositeFileListFilter Composition that delegates to multiple FileFilters.
PatternMatchingFileListFilter An EntryListFilter implementation that matches a File against a Pattern.
SimplePatternFileListFilter Filter that supports ant style path expressions, which are less powerful but more readable than regular expressions.