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:
FileListFilter<org.apache.commons.net.ftp.FTPFile>

public class FtpSystemMarkerFilePresentFileListFilter extends AbstractMarkerFilePresentFileListFilter<org.apache.commons.net.ftp.FTPFile>
Since:
5.0
Author:
Gary Russell
  • Constructor Details

    • FtpSystemMarkerFilePresentFileListFilter

      public FtpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.commons.net.ftp.FTPFile> filter)
    • FtpSystemMarkerFilePresentFileListFilter

      public FtpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.commons.net.ftp.FTPFile> filter, String suffix)
    • FtpSystemMarkerFilePresentFileListFilter

      public FtpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.commons.net.ftp.FTPFile> filter, Function<String,String> function)
    • FtpSystemMarkerFilePresentFileListFilter

      public FtpSystemMarkerFilePresentFileListFilter(Map<FileListFilter<org.apache.commons.net.ftp.FTPFile>,Function<String,String>> filtersAndFunctions)
  • Method Details