Class SftpPersistentAcceptOnceFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
org.springframework.integration.sftp.filters.SftpPersistentAcceptOnceFileListFilter
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,org.springframework.integration.file.filters.ResettableFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,org.springframework.integration.file.filters.ReversibleFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
public class SftpPersistentAcceptOnceFileListFilter
extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
Persistent file list filter using the server's file timestamp to detect if we've already
'seen' this file.
- Since:
- 3.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SftpPersistentAcceptOnceFileListFilter(org.springframework.integration.metadata.ConcurrentMetadataStore store, java.lang.String prefix) -
Method Summary
Methods inherited from class org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter
accept, buildKey, close, fileStillExists, flushIfNeeded, isEqual, remove, rollback, setFlushOnUpdateMethods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter
filterFiles, supportsSingleFileFiltering
-
Constructor Details
-
SftpPersistentAcceptOnceFileListFilter
public SftpPersistentAcceptOnceFileListFilter(org.springframework.integration.metadata.ConcurrentMetadataStore store, java.lang.String prefix)
-
-
Method Details
-
modified
protected long modified(com.jcraft.jsch.ChannelSftp.LsEntry file)- Specified by:
modifiedin classorg.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
-
fileName
protected java.lang.String fileName(com.jcraft.jsch.ChannelSftp.LsEntry file)- Specified by:
fileNamein classorg.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
-