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 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

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

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

    • getFilename

      protected String getFilename(org.apache.commons.net.ftp.FTPFile file)
      Specified by:
      getFilename in class org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.commons.net.ftp.FTPFile>