Class FtpSystemMarkerFilePresentFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.commons.net.ftp.FTPFile>
org.springframework.integration.ftp.filters.FtpSystemMarkerFilePresentFileListFilter
- All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile>
public class FtpSystemMarkerFilePresentFileListFilter
extends org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.commons.net.ftp.FTPFile>
FTP implementation of
AbstractMarkerFilePresentFileListFilter.- Since:
- 5.0
-
Constructor Summary
ConstructorsConstructorDescriptionFtpSystemMarkerFilePresentFileListFilter(Map<org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile>, Function<String, String>> filtersAndFunctions) FtpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile> filter) FtpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile> filter, String suffix) FtpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile> filter, Function<String, String> function) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFilename(org.apache.commons.net.ftp.FTPFile file) Methods inherited from class org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter
defaultFileNameFunction, filterFilesMethods 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
accept, isForRecursion, supportsSingleFileFiltering
-
Constructor Details
-
FtpSystemMarkerFilePresentFileListFilter
public FtpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile> filter) -
FtpSystemMarkerFilePresentFileListFilter
public FtpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile> filter, String suffix) -
FtpSystemMarkerFilePresentFileListFilter
-
FtpSystemMarkerFilePresentFileListFilter
-
-
Method Details
-
getFilename
- Specified by:
getFilenamein classorg.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.commons.net.ftp.FTPFile>
-