Class SftpSystemMarkerFilePresentFileListFilter

java.lang.Object
org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
org.springframework.integration.sftp.filters.SftpSystemMarkerFilePresentFileListFilter
All Implemented Interfaces:
FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

public class SftpSystemMarkerFilePresentFileListFilter extends AbstractMarkerFilePresentFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
Since:
5.0
Author:
Gary Russell
  • Constructor Details

    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter)
    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, String suffix)
    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, Function<String,String> function)
    • SftpSystemMarkerFilePresentFileListFilter

      public SftpSystemMarkerFilePresentFileListFilter(Map<FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,Function<String,String>> filtersAndFunctions)
  • Method Details