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:
FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>

public class SftpSystemMarkerFilePresentFileListFilter extends AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
Since:
5.0
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • SftpSystemMarkerFilePresentFileListFilter

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

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

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

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