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:
Closeable,AutoCloseable,FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,ResettableFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,ReversibleFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
public class SftpPersistentAcceptOnceFileListFilter extends 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
- Author:
- Gary Russell, David Liu
-
Field Summary
Fields inherited from class org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter
flushableStore, flushOnUpdate, prefix, store -
Constructor Summary
Constructors Constructor Description SftpPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store, 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, supportsSingleFileFilteringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.file.filters.FileListFilter
filterFiles, supportsSingleFileFiltering
-
Constructor Details
-
Method Details
-
modified
protected long modified(com.jcraft.jsch.ChannelSftp.LsEntry file)- Specified by:
modifiedin classAbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
-
fileName
- Specified by:
fileNamein classAbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
-