Class RecentFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractRecentFileListFilter<File>
org.springframework.integration.file.filters.RecentFileListFilter
- All Implemented Interfaces:
FileListFilter<File>
The
AbstractRecentFileListFilter implementation for local file system.- Since:
- 6.5
-
Field Summary
Fields inherited from class org.springframework.integration.file.filters.AbstractRecentFileListFilter
ONE_SECOND -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.integration.file.filters.AbstractRecentFileListFilter
accept, fileIsAged, filterFiles, supportsSingleFileFilteringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.file.filters.FileListFilter
isForRecursion
-
Constructor Details
-
RecentFileListFilter
public RecentFileListFilter() -
RecentFileListFilter
-
-
Method Details
-
getLastModified
- Specified by:
getLastModifiedin classAbstractRecentFileListFilter<File>
-