public class SftpPersistentAcceptOnceFileListFilter
extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
| Constructor and Description |
|---|
SftpPersistentAcceptOnceFileListFilter(org.springframework.integration.metadata.ConcurrentMetadataStore store,
java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
fileName(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected long |
modified(com.jcraft.jsch.ChannelSftp.LsEntry file) |
accept, buildKey, close, flushIfNeeded, isEqual, remove, rollback, setFlushOnUpdatefilterFilespublic SftpPersistentAcceptOnceFileListFilter(org.springframework.integration.metadata.ConcurrentMetadataStore store,
java.lang.String prefix)
protected long modified(com.jcraft.jsch.ChannelSftp.LsEntry file)
modified in class org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>protected java.lang.String fileName(com.jcraft.jsch.ChannelSftp.LsEntry file)
fileName in class org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>