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:
org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
public class SftpSystemMarkerFilePresentFileListFilter
extends org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
SFTP implementation of
AbstractMarkerFilePresentFileListFilter.- Since:
- 5.0
-
Constructor Summary
Constructors Constructor Description SftpSystemMarkerFilePresentFileListFilter(java.util.Map<org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,java.util.function.Function<java.lang.String,java.lang.String>> filtersAndFunctions)SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter)SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, java.lang.String suffix)SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, java.util.function.Function<java.lang.String,java.lang.String> function) -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)Methods inherited from class org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter
defaultFileNameFunction, filterFiles
-
Constructor Details
-
SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter) -
SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, java.lang.String suffix) -
SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, java.util.function.Function<java.lang.String,java.lang.String> function) -
SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(java.util.Map<org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,java.util.function.Function<java.lang.String,java.lang.String>> filtersAndFunctions)
-
-
Method Details
-
getFilename
protected java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)- Specified by:
getFilenamein classorg.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
-