Class FtpRecentFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractRecentFileListFilter<org.apache.commons.net.ftp.FTPFile>
org.springframework.integration.ftp.filters.FtpRecentFileListFilter
- All Implemented Interfaces:
FileListFilter<org.apache.commons.net.ftp.FTPFile>
public class FtpRecentFileListFilter
extends AbstractRecentFileListFilter<org.apache.commons.net.ftp.FTPFile>
The
AbstractRecentFileListFilter implementation for FTP protocol.- Since:
- 6.5
- Author:
- Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.integration.file.filters.AbstractRecentFileListFilter
ONE_SECOND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InstantgetLastModified(org.apache.commons.net.ftp.FTPFile remoteFile) 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
-
FtpRecentFileListFilter
public FtpRecentFileListFilter() -
FtpRecentFileListFilter
-
-
Method Details
-
getLastModified
- Specified by:
getLastModifiedin classAbstractRecentFileListFilter<org.apache.commons.net.ftp.FTPFile>
-