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

    Constructors 
    Constructor Description
    FtpSystemMarkerFilePresentFileListFilter​(java.util.Map<org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile>,​java.util.function.Function<java.lang.String,​java.lang.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, java.lang.String suffix)  
    FtpSystemMarkerFilePresentFileListFilter​(org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile> filter, java.util.function.Function<java.lang.String,​java.lang.String> function)  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String getFilename​(org.apache.commons.net.ftp.FTPFile file)  

    Methods inherited from class org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter

    defaultFileNameFunction, filterFiles

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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, java.lang.String suffix)
    • FtpSystemMarkerFilePresentFileListFilter

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

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

    • getFilename

      protected java.lang.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>