Class SftpSystemMarkerFilePresentFileListFilter

java.lang.Object
org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
org.springframework.integration.sftp.filters.SftpSystemMarkerFilePresentFileListFilter
All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>

public class SftpSystemMarkerFilePresentFileListFilter extends org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
SFTP implementation of AbstractMarkerFilePresentFileListFilter.
Since:
5.0
  • Constructor Details

    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter)
    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter, String suffix)
    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter, Function<String,String> function)
    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(Map<org.springframework.integration.file.filters.FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>,Function<String,String>> filtersAndFunctions)
  • Method Details

    • getFilename

      protected String getFilename(org.apache.sshd.sftp.client.SftpClient.DirEntry file)
      Specified by:
      getFilename in class org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>