Class AbstractRecentFileListFilter<F>

java.lang.Object
org.springframework.integration.file.filters.AbstractRecentFileListFilter<F>
Type Parameters:
F - The type that will be filtered.
All Implemented Interfaces:
FileListFilter<F>
Direct Known Subclasses:
FtpRecentFileListFilter, RecentFileListFilter, SftpRecentFileListFilter, SmbRecentFileListFilter

public abstract class AbstractRecentFileListFilter<F> extends Object implements FileListFilter<F>
The FileListFilter to accept only files which are recent according to provided age: the lastModified of the file is more than the age in comparison with the current time. In other words, accept those files which are not old enough yet.
Since:
6.5
Author:
Artem Bilan